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" "delcommand"
"comclear" "comclear"
"colorscheme" "colorscheme"
"scriptencoding"
"startinsert" "startinsert"
"stopinsert" "stopinsert"
"global" "global"
@ -194,6 +195,10 @@
(colorscheme_statement (name) @string) (colorscheme_statement (name) @string)
;; Scriptencoding command
(scriptencoding_statement (encoding) @string.special)
;; Literals ;; Literals
(string_literal) @string (string_literal) @string