mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
chore: format queries
This commit is contained in:
parent
76ca66db38
commit
77e298e4de
50 changed files with 143 additions and 146 deletions
|
|
@ -176,7 +176,7 @@
|
|||
; Non-String Sigils
|
||||
(sigil
|
||||
"~" @string.special
|
||||
((sigil_name) @string.special) @_sigil_name
|
||||
(sigil_name) @string.special @_sigil_name
|
||||
quoted_start: _ @string.special
|
||||
quoted_end: _ @string.special
|
||||
((sigil_modifiers) @string.special)?
|
||||
|
|
@ -185,7 +185,7 @@
|
|||
; String Sigils
|
||||
(sigil
|
||||
"~" @string
|
||||
((sigil_name) @string) @_sigil_name
|
||||
(sigil_name) @string @_sigil_name
|
||||
quoted_start: _ @string
|
||||
(quoted_content) @string
|
||||
quoted_end: _ @string
|
||||
|
|
@ -217,7 +217,7 @@
|
|||
(charlist)
|
||||
(sigil
|
||||
"~" @comment.documentation
|
||||
((sigil_name) @comment.documentation)
|
||||
(sigil_name) @comment.documentation
|
||||
quoted_start: _ @comment.documentation
|
||||
(quoted_content) @comment.documentation
|
||||
quoted_end: _ @comment.documentation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue