1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 00:25:39 +01:00

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
commit 4732399558

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 "%.*"