Lines Matching refs:as

5 it by each one (if there's nobody listed as suggesting it I dreamed it up :)). Users
6 who suggested an idea often also provided the code that was used as a basis for the
174 * CSS keywords incorrectly highlighted as part of identifiers (SF#3554101, BenBE)
202 * Properly highlight infinity as numbers for J (Ric Sherlock)
274 as to be found in most Pascal-like languages (BenBE)
288 * Added support for ::-style labels as comments (SF#2947393, BenBE)
289 * Removed backslash as Escape Char in T-SQL (SF#2939199, Bruno Braga)
376 the language file as "any whitespace" in the source (i.e. "CREATE TABLE"
447 i.e. the dest was highlighted as variable declaration (milian)
507 code is found in this mode, we fallback to the same setting as if GESHI_NEVER was set. That way it
521 - The overall_class is now up to the user, and the language-code is _always_ added as a class (milian)
542 expressions used as delimiters inside keywords instead of a simple char group (BenBE)
601 - Added possibility to match a regexp as comment (SF#1914640, SF#1945301, SF#1934832, BenBE)
607 - Fixed Strings in Matlab to be handled as comments instead of regexps, to prevent keywords being linked (BenBE)
614 - Added backticks as symbols (Milian Wolff)
719 - Allow {TIME}, {LANGUAGE} and {VERSION} to be used in the header as well as
777 - mysql - Made the symbols into their own keyword group as the symbol group
796 - Removed \ as an escape character in T-SQL (Dave Jackson)
826 - Fixed ah, bh etc. regs being highlighted as numbers (Unknown)
853 - Marked important block stuff as deprecated
865 - Commented example.php so people can use it as a guide better
895 - Added GESHI_HEADER_NONE as valid header type. This still allows header content.