aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/vim/highlights.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/queries/vim/highlights.scm b/queries/vim/highlights.scm
index c5bd2e947..9bae16ae9 100644
--- a/queries/vim/highlights.scm
+++ b/queries/vim/highlights.scm
@@ -83,6 +83,7 @@
"delcommand"
"comclear"
"colorscheme"
+ "scriptencoding"
"startinsert"
"stopinsert"
"global"
@@ -194,6 +195,10 @@
(colorscheme_statement (name) @string)
+;; Scriptencoding command
+
+(scriptencoding_statement (encoding) @string.special)
+
;; Literals
(string_literal) @string