Regenerate nvim config
This commit is contained in:
@ -0,0 +1,25 @@
|
||||
(keyword) @keyword
|
||||
|
||||
(dir_sep) @punctuation.delimiter
|
||||
|
||||
(glob) @punctuation.special
|
||||
|
||||
(linebreak) @character.special
|
||||
|
||||
(char_sequence) @string.special
|
||||
|
||||
(char_sequence
|
||||
[
|
||||
"["
|
||||
"]"
|
||||
] @punctuation.bracket)
|
||||
|
||||
(char_sequence
|
||||
"!" @operator)
|
||||
|
||||
(char_range
|
||||
"-" @operator)
|
||||
|
||||
(escaped_char) @string.escape
|
||||
|
||||
(comment) @comment @spell
|
||||
@ -0,0 +1,2 @@
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
Reference in New Issue
Block a user