1
Files
flake-nixinator/config/neovim/store/treesitter-parsers/queries/po/highlights.scm

34 lines
372 B
Scheme

; 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) @label))
; Errors
(ERROR) @error