micro/runtime/syntax/lisp.micro

14 lines
380 B
Text
Raw Normal View History

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