Regenerate nvim config
This commit is contained in:
@ -0,0 +1,32 @@
|
||||
; Keywords
|
||||
[
|
||||
"msgctxt"
|
||||
"msgid"
|
||||
"msgid_plural"
|
||||
"msgstr"
|
||||
"msgstr_plural"
|
||||
] @keyword
|
||||
|
||||
; Punctuation
|
||||
[
|
||||
"["
|
||||
"]"
|
||||
] @punctuation.bracket
|
||||
|
||||
; Literals
|
||||
(string) @string
|
||||
|
||||
(escape_sequence) @string.escape
|
||||
|
||||
(number) @number
|
||||
|
||||
; Comments
|
||||
(comment) @comment @spell
|
||||
|
||||
(comment
|
||||
(reference
|
||||
(text) @string.special.path))
|
||||
|
||||
(comment
|
||||
(flag
|
||||
(text) @keyword.directive))
|
||||
Reference in New Issue
Block a user