mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
* NanoRC Files: Copy linter and magic from nano 4.6 configs
This commit is contained in:
parent
97f06f6c73
commit
db98b9f1b5
17 changed files with 26 additions and 0 deletions
|
|
@ -1,8 +1,11 @@
|
|||
## 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]*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue