diff options
Diffstat (limited to 'queries/vim')
| -rw-r--r-- | queries/vim/highlights.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/queries/vim/highlights.scm b/queries/vim/highlights.scm index 7bd48192..1951f341 100644 --- a/queries/vim/highlights.scm +++ b/queries/vim/highlights.scm @@ -91,12 +91,10 @@ "belowright" "topleft" "botright" + (unknown_command_name) ] @keyword (map_statement cmd: _ @keyword) -[ - (command_name) - (unknown_command_name) -]@function.macro +(command_name) @function.macro ;; Syntax command |
