fix(viml): update and support mappings

This commit is contained in:
Thomas Vigouroux 2021-08-20 10:05:34 +02:00
parent 6cf0a6692d
commit 43c70a73e7
2 changed files with 11 additions and 1 deletions

View file

@ -57,8 +57,18 @@
"perl"
"python"
] @keyword
(map_statement cmd: _ @keyword)
(command_name) @function.macro
[
"<buffer>"
"<nowait>"
"<silent>"
"<script>"
"<expr>"
"<unique>"
] @constant.builtin
(au_event) @constant
(normal_statement (commands) @constant)