From ce6c53c28070a2a303079eb0c200b51b048efb9d Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Sun, 26 Jun 2011 17:34:26 -0500 Subject: [PATCH] Forgot some regex bs --- tex.nanorc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tex.nanorc b/tex.nanorc index 50db5e0..76cc469 100644 --- a/tex.nanorc +++ b/tex.nanorc @@ -1,7 +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 magenta "[{}]" color blue "%.*" color blue start="\\begin\{comment\}" end="\\end\{comment\}"