mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-19 15:30:30 +00:00
8 lines
243 B
Text
8 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\}"
|