mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -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
|
|
@ -357,7 +357,7 @@
|
||||||
"revision": "8f6b1f357d1231c420404b5f7a368a73c25adfa2"
|
"revision": "8f6b1f357d1231c420404b5f7a368a73c25adfa2"
|
||||||
},
|
},
|
||||||
"vim": {
|
"vim": {
|
||||||
"revision": "066760141be9085368eb00680fbd43b73533d443"
|
"revision": "73c5ddd92097333ded42c75e93e1df059815b4c9"
|
||||||
},
|
},
|
||||||
"vue": {
|
"vue": {
|
||||||
"revision": "91fe2754796cd8fba5f229505a23fa08f3546c06"
|
"revision": "91fe2754796cd8fba5f229505a23fa08f3546c06"
|
||||||
|
|
|
||||||
|
|
@ -91,12 +91,10 @@
|
||||||
"belowright"
|
"belowright"
|
||||||
"topleft"
|
"topleft"
|
||||||
"botright"
|
"botright"
|
||||||
|
(unknown_command_name)
|
||||||
] @keyword
|
] @keyword
|
||||||
(map_statement cmd: _ @keyword)
|
(map_statement cmd: _ @keyword)
|
||||||
[
|
(command_name) @function.macro
|
||||||
(command_name)
|
|
||||||
(unknown_command_name)
|
|
||||||
]@function.macro
|
|
||||||
|
|
||||||
;; Syntax command
|
;; Syntax command
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue