]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/tex.micro
Add quick start guide to help.md
[micro.git] / runtime / syntax / tex.micro
index 3c82b5131326cc625179aab720ee532ee7dded43..8a580e57488326679c513d3d2f07b552ba2824f6 100644 (file)
@@ -1,9 +1,8 @@
 ## Here is a short example for TeX files.
 ##
-syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
+syntax "tex" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
 color yellow "\$[^$]*\$"
-color green (i) "\\.|\\[A-Z]*"
+green (i) "\\.|\\[A-Z]*"
 color magenta "[{}]"
 color blue "%.*"
-color blue (s) "\\begin\{brightblack\}.*?\\end\{brightblack\}"
-
+color blue start="\\begin\{comment\}" end="\\end\{comment\}"