Add syntax highlighting files

This commit is contained in:
Zachary Yedidia
2016-03-21 12:16:02 -04:00
parent d429dc3df2
commit 8257e94ab1
80 changed files with 1959 additions and 1 deletions

8
syntax_files/tex.micro Normal file
View File

@@ -0,0 +1,8 @@
## 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\}"