mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
fix(viml): update and support mappings
This commit is contained in:
parent
6cf0a6692d
commit
43c70a73e7
2 changed files with 11 additions and 1 deletions
|
|
@ -201,7 +201,7 @@
|
||||||
"revision": "8f6b1f357d1231c420404b5f7a368a73c25adfa2"
|
"revision": "8f6b1f357d1231c420404b5f7a368a73c25adfa2"
|
||||||
},
|
},
|
||||||
"vim": {
|
"vim": {
|
||||||
"revision": "3c6b549ed97262edfa8059d884773f157d9efa38"
|
"revision": "7ddc0e0a0d96b4886b16afcbd161e33a53ef4fd0"
|
||||||
},
|
},
|
||||||
"vue": {
|
"vue": {
|
||||||
"revision": "91fe2754796cd8fba5f229505a23fa08f3546c06"
|
"revision": "91fe2754796cd8fba5f229505a23fa08f3546c06"
|
||||||
|
|
|
||||||
|
|
@ -57,8 +57,18 @@
|
||||||
"perl"
|
"perl"
|
||||||
"python"
|
"python"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
(map_statement cmd: _ @keyword)
|
||||||
(command_name) @function.macro
|
(command_name) @function.macro
|
||||||
|
|
||||||
|
[
|
||||||
|
"<buffer>"
|
||||||
|
"<nowait>"
|
||||||
|
"<silent>"
|
||||||
|
"<script>"
|
||||||
|
"<expr>"
|
||||||
|
"<unique>"
|
||||||
|
] @constant.builtin
|
||||||
|
|
||||||
(au_event) @constant
|
(au_event) @constant
|
||||||
(normal_statement (commands) @constant)
|
(normal_statement (commands) @constant)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue