mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat(vim): highlight keycodes
This commit is contained in:
parent
8166080035
commit
1bee80469d
1 changed files with 2 additions and 0 deletions
|
|
@ -132,6 +132,8 @@
|
||||||
(map_statement
|
(map_statement
|
||||||
cmd: _ @keyword)
|
cmd: _ @keyword)
|
||||||
|
|
||||||
|
(keycode) @character.special
|
||||||
|
|
||||||
(command_name) @function.macro
|
(command_name) @function.macro
|
||||||
|
|
||||||
; Filetype command
|
; Filetype command
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue