mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
Add cross-compilation script
This commit is contained in:
8
runtime/syntax/vi.micro
Normal file
8
runtime/syntax/vi.micro
Normal file
@@ -0,0 +1,8 @@
|
||||
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:]])\"[^"]*$"
|
||||
Reference in New Issue
Block a user