12-08-2021
This commit is contained in:
14
.nano/tex.nanorc
Normal file
14
.nano/tex.nanorc
Normal file
@@ -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\}"
|
||||
Reference in New Issue
Block a user