Refresh generated neovim config
This commit is contained in:
@ -105,24 +105,19 @@
|
||||
(#lua-match? @variable.builtin "^[*].+[*]$"))
|
||||
|
||||
; quote
|
||||
"'" @string.escape
|
||||
|
||||
(format_specifier) @string.escape
|
||||
|
||||
(quoting_lit) @string.escape
|
||||
(quoting_lit
|
||||
"'" @string.escape)
|
||||
|
||||
; syntax quote
|
||||
"`" @string.escape
|
||||
(syn_quoting_lit
|
||||
"`" @string.escape)
|
||||
|
||||
"," @string.escape
|
||||
(unquoting_lit
|
||||
"," @string.escape)
|
||||
|
||||
",@" @string.escape
|
||||
|
||||
(syn_quoting_lit) @string.escape
|
||||
|
||||
(unquoting_lit) @none
|
||||
|
||||
(unquote_splicing_lit) @none
|
||||
(unquote_splicing_lit
|
||||
",@" @string.escape)
|
||||
|
||||
[
|
||||
"("
|
||||
|
||||
Reference in New Issue
Block a user