Files
zyedidia.micro/runtime/syntax/keymap.micro
2017-03-01 17:08:56 -05:00

11 lines
370 B
Plaintext

syntax "keymap" "\.(k|key)?map$|Xmodmap$"
color statement "\b(add|clear|compose|keycode|keymaps|keysym|remove|string)\b"
color statement "\b(control|alt|shift)\b"
color constant.number "\b[0-9]+\b"
color symbol "="
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
color comment "^!.*$"
color indent-char.whitespace "[[:space:]]+$"
color indent-char " + +| + +"