mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
cmd: _ @keyword)
|
||||
|
||||
(keycode) @character.special
|
||||
|
||||
(command_name) @function.macro
|
||||
|
||||
; Filetype command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue