Files
nvim-treesitter/runtime/queries/po/highlights.scm
2025-05-12 18:43:40 +02:00

33 lines
370 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) @keyword.directive))