2016-08-25 00:15:36 +00:00
|
|
|
syntax "lisp" "(emacs|zile)$" "\.(el|li?sp|scm|ss)$"
|
2016-03-21 16:16:02 +00:00
|
|
|
|
2017-03-01 14:30:35 +00:00
|
|
|
color default "\([a-z-]+"
|
2017-03-03 16:47:03 +00:00
|
|
|
color symbol "\(([\-+*/<>]|<=|>=)|'"
|
2017-03-01 14:30:35 +00:00
|
|
|
color constant.number "\b[0-9]+b>"
|
|
|
|
|
color special "\bnil\b"
|
2017-03-03 16:47:03 +00:00
|
|
|
color preproc "\b[tT]b>"
|
2017-03-01 14:30:35 +00:00
|
|
|
color constant.string "\"(\\.|[^"])*\""
|
|
|
|
|
color constant.specialChar "'[A-Za-z][A-Za-z0-9_-]+"
|
|
|
|
|
color constant.specialChar "\\.?"
|
|
|
|
|
color comment "(^|[[:space:]]);.*"
|
|
|
|
|
color indent-char.whitespace "[[:space:]]+$"
|
|
|
|
|
color indent-char " + +| + +"
|