mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 15:10:27 +09:00
9 lines
355 B
Plaintext
9 lines
355 B
Plaintext
syntax "VI" "(^|/|\.)(ex|vim)rc$|\.vim"
|
|
|
|
color identifier "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[()]"
|
|
color statement "\b([nvxsoilc]?(nore|un)?map|[nvlx]n|[ico]?no|[cilovx][um]|s?unm)\b"
|
|
color statement "\b(snor|nun|nm|set|if|endif|let|unlet)\b"
|
|
color statement "[!&=]"
|
|
color constant ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color comment "(^|[[:space:]])\"[^"]*$"
|