]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/micro.micro
Merge pull request #233 from schollz/master
[micro.git] / runtime / syntax / micro.micro
1 # Micro syntax by <nickolay02@inbox.ru>
2 syntax "micro" "\.(micro)$"
3
4 color statement "\b(syntax|color|color-link)\b"
5 color statement "\b(start=|end=)\b"
6 color identifier "\b(default|comment|identifier|constant|constant|string|constant|number|statement|preproc|type|special|underlined|error|todo|statusline|indent-char|line=number|gutter-error|gutter-warning|cursor-line)\b"
7 color constant.number "\b(|h|A|0x)+[0-9]+(|h|A)+\b"
8 color constant.number "\b0x[0-9 a-f A-F]+\b"
9 color constant.string ""(\\.|[^"])*""
10 color comment "#.*"