mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
chore: query formatting
This commit is contained in:
parent
79975d6557
commit
57a8acf0c4
674 changed files with 18466 additions and 12648 deletions
|
|
@ -1,31 +1,58 @@
|
|||
(h1) @markup.heading.1
|
||||
|
||||
(h2) @markup.heading.2
|
||||
|
||||
(h3) @markup.heading.3
|
||||
|
||||
(column_heading) @markup.heading.4
|
||||
|
||||
(column_heading
|
||||
"~" @markup.heading.4.marker (#set! conceal ""))
|
||||
"~" @markup.heading.4.marker
|
||||
(#set! conceal ""))
|
||||
|
||||
(tag
|
||||
"*" @markup.heading.5.marker (#set! conceal "")
|
||||
text: (_) @label)
|
||||
"*" @markup.heading.5.marker
|
||||
(#set! conceal "")
|
||||
text: (_) @label)
|
||||
|
||||
(taglink
|
||||
"|" @markup.link (#set! conceal "")
|
||||
text: (_) @markup.link)
|
||||
"|" @markup.link
|
||||
(#set! conceal "")
|
||||
text: (_) @markup.link)
|
||||
|
||||
(optionlink
|
||||
text: (_) @markup.link)
|
||||
text: (_) @markup.link)
|
||||
|
||||
(codespan
|
||||
"`" @markup.raw (#set! conceal "")
|
||||
text: (_) @markup.raw)
|
||||
((codeblock) @markup.raw.block (#set! "priority" 90))
|
||||
"`" @markup.raw
|
||||
(#set! conceal "")
|
||||
text: (_) @markup.raw)
|
||||
|
||||
((codeblock) @markup.raw.block
|
||||
(#set! "priority" 90))
|
||||
|
||||
(codeblock
|
||||
[">" (language)] @markup.raw.block (#set! conceal ""))
|
||||
[
|
||||
">"
|
||||
(language)
|
||||
] @markup.raw.block
|
||||
(#set! conceal ""))
|
||||
|
||||
(block
|
||||
"<" @markup.raw.block (#set! conceal ""))
|
||||
"<" @markup.raw.block
|
||||
(#set! conceal ""))
|
||||
|
||||
(argument) @variable.parameter
|
||||
|
||||
(keycode) @string.special
|
||||
|
||||
(url) @string.special.url
|
||||
|
||||
((note) @comment.hint
|
||||
(#any-of? @comment.hint "Note:" "NOTE:" "Notes:"))
|
||||
(#any-of? @comment.hint "Note:" "NOTE:" "Notes:"))
|
||||
|
||||
((note) @comment.warning
|
||||
(#any-of? @comment.warning "Warning:" "WARNING:"))
|
||||
(#any-of? @comment.warning "Warning:" "WARNING:"))
|
||||
|
||||
((note) @comment.error
|
||||
(#any-of? @comment.error "Deprecated:" "DEPRECATED:"))
|
||||
(#any-of? @comment.error "Deprecated:" "DEPRECATED:"))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
((codeblock
|
||||
(language) @injection.language
|
||||
(code) @injection.content)
|
||||
(#set! injection.include-children))
|
||||
(#set! injection.include-children))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue