mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-18 21:31:00 +00:00
9 lines
243 B
Text
9 lines
243 B
Text
|
|
## Here is a short example for TeX files.
|
||
|
|
##
|
||
|
|
syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
|
||
|
|
color yellow "\$[^$]*\$"
|
||
|
|
icolor green "\\.|\\[A-Z]*"
|
||
|
|
color magenta "[{}]"
|
||
|
|
color blue "%.*"
|
||
|
|
color blue "(?s)\\begin\{comment\}.*?\\end\{comment\}"
|