Update tex.nanorc

Fixed problem with highlighting when $$displaymode$$ is used.
This commit is contained in:
CoffeeTableEnnui 2016-08-28 21:39:10 -07:00 committed by GitHub
parent f78e3b8baf
commit c56fc9eeed
1 changed files with 2 additions and 1 deletions

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