nanorc/nanorc/lisp.nanorc
Tiago Almeida a770c8b239 Relocate the nanorc files.
For better organisation the nanorc files will go to a folder.
The install script should translate the themed nanorc files to the final files.
The install script should be the official instalation method.
2019-10-01 13:06:56 +01:00

14 lines
383 B
Plaintext

syntax "Lisp" "(emacs|zile)$" "\.(el|li?sp|scm|ss)$"
color brightblue "\([a-z-]+"
color red "\(([-+*/<>]|<=|>=)|'"
color blue "\<[0-9]+\>"
icolor cyan "\<nil\>"
color brightcyan "\<[tT]\>"
color yellow "\"(\\.|[^"])*\""
color magenta "'[A-Za-z][A-Za-z0-9_-]+"
color magenta "\\.?"
color brightblack "(^|[[:space:]]);.*"
color ,green "[[:space:]]+$"
color ,red " + +| + +"