Merge pull request #110 from CoffeeTableEnnui/patch-1

Update tex.nanorc
This commit is contained in:
Anthony Scopatz
2016-08-29 00:58:52 -04:00
committed by GitHub
+2 -1
View File
@@ -1,7 +1,8 @@
## Here is a short example for TeX files.
##
syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
color yellow "\$[^$]*\$"
color yellow "\$(\\\$|[^$])*[^\\]\$"
color yellow "\$\$(\\\$|[^$])*[^\\]\$\$"
icolor green "\\.|\\[A-Z]*"
color magenta "[{}]"
color blue "%.*"