This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / lisp.nanorc
1 syntax "Lisp" "(emacs|zile)$" "\.(el|li?sp|scm|ss)$"
2
3 color brightblue "\([a-z-]+"
4 color red "\(([-+*/<>]|<=|>=)|'"
5 color blue   "\<[0-9]+\>"
6 icolor cyan "\<nil\>"
7 color brightcyan  "\<[tT]\>"
8 color yellow   "\"(\\.|[^"])*\""
9 color magenta   "'[A-Za-z][A-Za-z0-9_-]+"
10 color magenta   "\\.?"
11 color brightblack  "(^|[[:space:]]);.*"
12 color ,green "[[:space:]]+$"
13 color ,red "    + +| +  +"