7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
|
## Here is a short example for TeX files.
|
||
|
##
|
||
|
syntax "tex" "\.tex$"
|
||
|
icolor green "\\.|\\[A-Z]*"
|
||
|
color magenta "[{}]"
|
||
|
color blue "%.*"
|