micro/runtime/syntax/lisp.micro

14 lines
386 B
Text
Raw Normal View History

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