Actualizacion maquina principal
[dotfiles/.git] / .nano / tex.nanorc
diff --git a/.nano/tex.nanorc b/.nano/tex.nanorc
new file mode 100644 (file)
index 0000000..8b281d5
--- /dev/null
@@ -0,0 +1,14 @@
+## Here is a short example for TeX files.
+##
+syntax "TeX" "\.tex$" "bib" "\.bib$" "cls" "\.cls$"
+magic "(La)?TeX document"
+comment "%"
+
+linter chktex -v0 -q -I
+
+color yellow "\$(\\\$|[^$])*[^\\]\$"
+color yellow "\$\$(\\\$|[^$])*[^\\]\$\$"
+icolor green "\\.|\\[A-Z]*"
+color magenta "[{}]"
+color blue "%.*"
+color blue start="\\begin\{comment\}" end="\\end\{comment\}"