mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-11 07:02:44 +09:00
Add syntax highlighting files
This commit is contained in:
13
syntax_files/lisp.micro
Normal file
13
syntax_files/lisp.micro
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax "Lisp" "(emacs|zile)$" "\.(el|li?sp|scm|ss)$"
|
||||
|
||||
color brightblue "\([a-z-]+"
|
||||
color red "\(([-+*/<>]|<=|>=)|'"
|
||||
color blue "\b[0-9]+\b"
|
||||
icolor cyan "\bnil\b"
|
||||
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 " + +| + +"
|
||||
Reference in New Issue
Block a user