nvim-treesitter/runtime/queries/po/highlights.scm

33 lines
370 B
Scheme
Raw Normal View History

2023-02-28 00:14:08 -05:00
; Keywords
[
"msgctxt"
"msgid"
"msgid_plural"
"msgstr"
"msgstr_plural"
] @keyword
; Punctuation
2024-01-06 15:05:50 +09:00
[
"["
"]"
] @punctuation.bracket
2023-02-28 00:14:08 -05:00
; Literals
(string) @string
(escape_sequence) @string.escape
(number) @number
; Comments
(comment) @comment @spell
2024-01-06 15:05:50 +09:00
(comment
(reference
(text) @string.special.path))
2023-02-28 00:14:08 -05:00
2024-01-06 15:05:50 +09:00
(comment
(flag
(text) @keyword.directive))