]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/micro.micro
Merge pull request #489 from november-eleven/refactor/plugin-name
[micro.git] / runtime / syntax / micro.micro
1 # Micro syntax by <nickolay02@inbox.ru>
2 syntax "micro" "\.(micro)$"
3
4 color statement "\b(syntax|color(-link)?)\b"
5 color statement "\b(start=|end=)\b"
6 color identifier "\b(default|comment|identifier|constant(.string(.char)?|.number)?|statement|preproc|type|special|underlined|error|todo|statusline|indent-char|(current-)?line-number|gutter-error|gutter-warning|cursor-line|color-column)\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
10 color comment "#.*$"
11
12 color constant.string ""(\\.|[^"])*""
13 color constant.number "#[0-9 A-F a-f]+"