mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-11 07:02:44 +09:00
Add syntax highlighting files
This commit is contained in:
8
syntax_files/tex.micro
Normal file
8
syntax_files/tex.micro
Normal 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\}"
|
||||
Reference in New Issue
Block a user