micro/runtime/syntax/vi.micro

10 lines
397 B
Text
Raw Normal View History

syntax "vi" "(^|/|\.)(ex|vim)rc$|\.vim"
2016-03-21 19:16:02 +03:00
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 constant.number "\b[0-9]+\b"
color comment "(^|[[:space:]])\"[^"]*$"