mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
fix(vim): highlight 'scriptencoding' command
This commit is contained in:
parent
401ef01feb
commit
1b5bbb54b3
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue