]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/micro.micro
Remove duplicate PKGBUILD filetype
[micro.git] / runtime / syntax / micro.micro
index f445d9eba3dbd67b19a19a1b81cd7035d3a839e4..bfed9dc58b93ca37a027d7117cf7d54c6fa373fc 100644 (file)
@@ -4,7 +4,7 @@ syntax "micro" "\.(micro)$"
 color statement "\b(syntax|color|color-link)\b"
 color statement "\b(start=|end=)\b"
 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"
-color constant.string ""(\\.|[^"])*""
 color constant.number "\b(|h|A|0x)+[0-9]+(|h|A)+\b"
 color constant.number "\b0x[0-9 a-f A-F]+\b"
+color constant.string ""(\\.|[^"])*""
 color comment "#.*"