//[c]Torque Scripts //[c] //[c]Copy this file under //[c] C:\Documents and Settings\\Application Data\code-browser\config [Windows] //[c]or //[c] $HOME/.code-browser/config/ [Unix] //[c] //[c]to use syntax highlighting with Torque Scripts. //[c] def languages def TorqueScript colorizer = generic line-comment = // open-comment = /* close-comment = */ hexa-prefix = 0x string-delimiter = " string-escape-char = \ char-delimiter = ' char-escape-char = \ escape-char = \ preprocessor = # words-1 = % break case continue datablock default else false function if for % new or package return switch switch$ true while end end def configurations // deactivate cs extension for C# def csharp patterns = end def torque prototype = configurations.default patterns = *.cs language = TorqueScript display = default //auto-indentation = true expand-tabulation = true tabulation-size = 2 //word-wrap = false //layout = 0 //tree-view = false end end