diff options
| author | Thomas Vigouroux <tomvig38@gmail.com> | 2021-08-20 10:05:34 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-08-20 10:22:01 +0200 |
| commit | 43c70a73e7ecb513cadec2a1b6fd5151dda6ca7b (patch) | |
| tree | 98c04bbb34906e0b41e2c71cd1a18a992e6a688d /queries/vim/highlights.scm | |
| parent | 6cf0a6692d5cf81f5d2480c0435a163a7dc335d1 (diff) | |
fix(viml): update and support mappings
Diffstat (limited to 'queries/vim/highlights.scm')
| -rw-r--r-- | queries/vim/highlights.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/queries/vim/highlights.scm b/queries/vim/highlights.scm index 5f5f6cd0..f7b95583 100644 --- a/queries/vim/highlights.scm +++ b/queries/vim/highlights.scm @@ -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) |
