summaryrefslogtreecommitdiff
path: root/queries/vim
diff options
context:
space:
mode:
Diffstat (limited to 'queries/vim')
-rw-r--r--queries/vim/highlights.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/queries/vim/highlights.scm b/queries/vim/highlights.scm
index 0d283ff1..24baea4f 100644
--- a/queries/vim/highlights.scm
+++ b/queries/vim/highlights.scm
@@ -112,6 +112,14 @@
(au_event) @constant
(normal_statement (commands) @constant)
+;; Highlight command
+
+(highlight_statement [
+ "default"
+ "link"
+ "clear"
+] @keyword)
+
;; Literals
(string_literal) @string