fix(vim): highlight 'scriptencoding' command

This commit is contained in:
ObserverOfTime 2023-12-06 11:10:33 +02:00 committed by Christian Clason
parent 401ef01feb
commit 1b5bbb54b3

View file

@ -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