17 lines
407 B
Plaintext
17 lines
407 B
Plaintext
# this is the language definition for the
|
|
# style definition syntax
|
|
comment start "//"
|
|
|
|
string delim "\"" "\"" escape "\\"
|
|
|
|
keyword = "bgcolor|purple|orange|brightorange|brightgreen|darkgreen",
|
|
"green|darkred|red|brown|pink|yellow|cyan",
|
|
"black|teal|gray|darkblue|blue",
|
|
"normal|linenum",
|
|
"noref|nf|f|u|i|b"
|
|
keyword = 'bg\:'
|
|
|
|
symbol = ",|;"
|
|
|
|
variable = '[[:word:]]+'
|