micro/runtime/syntax/keymap.micro

11 lines
371 B
Text
Raw Normal View History

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