feat(vim): support augroups

This commit is contained in:
Thomas Vigouroux 2021-08-20 14:44:24 +02:00
parent 0d9c84c01a
commit fb3a7a8bcc
2 changed files with 6 additions and 2 deletions

View file

@ -201,7 +201,7 @@
"revision": "8f6b1f357d1231c420404b5f7a368a73c25adfa2" "revision": "8f6b1f357d1231c420404b5f7a368a73c25adfa2"
}, },
"vim": { "vim": {
"revision": "7ddc0e0a0d96b4886b16afcbd161e33a53ef4fd0" "revision": "034d89e66c9fcc319848b7aca5e8260f38ed7000"
}, },
"vue": { "vue": {
"revision": "91fe2754796cd8fba5f229505a23fa08f3546c06" "revision": "91fe2754796cd8fba5f229505a23fa08f3546c06"

View file

@ -51,6 +51,7 @@
"silent" "silent"
"echo" "echo"
"autocmd" "autocmd"
"augroup"
"return" "return"
"lua" "lua"
"ruby" "ruby"
@ -69,7 +70,10 @@
"<unique>" "<unique>"
] @constant.builtin ] @constant.builtin
(au_event) @constant [
(augroup_name)
(au_event)
] @constant
(normal_statement (commands) @constant) (normal_statement (commands) @constant)
;; Literals ;; Literals