mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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"
|
||||
"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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue