mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 22:50:21 +09:00
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
## Here is a short example for TeX files.
|
|
##
|
|
syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
|
|
color yellow "\$[^$]*\$"
|
|
color green (i) "\\.|\\[A-Z]*"
|
|
color magenta "[{}]"
|
|
color blue "%.*"
|
|
color blue (s) "\\begin\{brightblack\}.*?\\end\{brightblack\}"
|
|
|