mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-16 03:50:26 +09:00
This may be a breaking change if you are using a plugin that checks the filetype. All the default plugins are now updated, just make the filetype you were checking for previously all lowercase.
9 lines
362 B
Plaintext
9 lines
362 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.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color comment "(^|[[:space:]])\"[^"]*$"
|