micro/runtime/syntax/keymap.yaml
2017-03-21 14:55:22 -04:00

15 lines
420 B
YAML

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