mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
chore(vim): update parser and highlights
Adds support for map_bar. Correctly highlight unknown builtin commands.
This commit is contained in:
parent
ea8d8bbef0
commit
59f656a203
2 changed files with 3 additions and 5 deletions
|
|
@ -91,12 +91,10 @@
|
|||
"belowright"
|
||||
"topleft"
|
||||
"botright"
|
||||
(unknown_command_name)
|
||||
] @keyword
|
||||
(map_statement cmd: _ @keyword)
|
||||
[
|
||||
(command_name)
|
||||
(unknown_command_name)
|
||||
]@function.macro
|
||||
(command_name) @function.macro
|
||||
|
||||
;; Syntax command
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue