Improve GeSHi syntax highlighting for T-SQL
You can do this by adding a PARSER_CONTROL control to the end of the array: ‘PARSER_CONTROL’ => array( ‘KEYWORDS’ => array( 1 => array( // “1” maps to the main keywords near the start of the array ‘DISALLOWED_BEFORE’ => ‘(?![\(\w])’, ‘DISALLOWED_AFTER’ => ‘(?![\(\w])’ ), 5 => array( // “5” maps to the shorter keywords like … Read more