summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vigouroux <thomas.vigouroux@protonmail.com>2022-01-19 16:35:27 +0100
committerChristian Clason <christian.clason@uni-due.de>2022-01-24 13:24:31 +0100
commit2bdaff2ab04f88d114576cd3f374e0dbf1d0c629 (patch)
tree0aaf0f522cef294b5c6e8827121b5d253db333b9
parent073a3ac9291bf0485a45f6cebd14885efc6ff127 (diff)
feat(vim): highlight "higlight" variants
-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