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

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))