nanorc/lisp.nanorc

14 lines
365 B
Plaintext
Raw Normal View History

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