Regenerate nvim config
This commit is contained in:
8
config/neovim/store/nvim-treesitter/queries/po/folds.scm
Normal file
8
config/neovim/store/nvim-treesitter/queries/po/folds.scm
Normal file
@ -0,0 +1,8 @@
|
||||
[
|
||||
(msgctxt)
|
||||
(msgid)
|
||||
(msgid_plural)
|
||||
(msgstr)
|
||||
(msgstr_plural)
|
||||
(message)
|
||||
] @fold
|
||||
@ -0,0 +1,32 @@
|
||||
; 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))
|
||||
@ -0,0 +1,2 @@
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
Reference in New Issue
Block a user