nvim-treesitter/queries/po/highlights.scm

34 lines
374 B
Scheme
Raw Normal View History

2023-02-28 00:14:08 -05:00
; 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) @preproc))
; Errors
(ERROR) @error