nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

tex.nanorc (202B)


      1 ## Syntax highlighting for TeX files.
      2 
      3 syntax tex "\.tex$"
      4 magic "(La)?TeX document"
      5 comment "%"
      6 
      7 linter chktex -v0 -q -I
      8 
      9 color green "\\.|\\[[:alpha:]]*"
     10 color magenta "[{}]"
     11 color blue "(^|[^\])%.*"