mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(doxygen): update queries from upstream
This commit is contained in:
parent
f0f115e926
commit
9361484fa4
3 changed files with 13 additions and 4 deletions
|
|
@ -108,7 +108,7 @@
|
|||
"revision": "9ab85550c896d8b294d9b9ca1e30698736f08cea"
|
||||
},
|
||||
"doxygen": {
|
||||
"revision": "7ac6203cc018ff440b45b6d5aeba596f02eec4d5"
|
||||
"revision": "a750758da90955c86fcc22fcbb6fa44a7d009865"
|
||||
},
|
||||
"dtd": {
|
||||
"revision": "9deacbfb79cb3527a0396255beb17e1bba3f2052"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
((tag_name) @keyword
|
||||
(#set! "priority" 105))
|
||||
|
||||
[
|
||||
"@code"
|
||||
"@endcode"
|
||||
] @keyword
|
||||
|
||||
(identifier) @variable
|
||||
|
||||
((tag
|
||||
|
|
@ -14,7 +19,10 @@
|
|||
|
||||
(emphasis) @text.emphasis
|
||||
|
||||
"\\a" @tag
|
||||
[
|
||||
"\\a"
|
||||
"\\c"
|
||||
] @tag
|
||||
|
||||
(code_block_language) @label
|
||||
|
||||
|
|
@ -33,12 +41,13 @@
|
|||
] @tag
|
||||
|
||||
[
|
||||
"."
|
||||
","
|
||||
"::"
|
||||
(code_block_start)
|
||||
(code_block_end)
|
||||
] @punctuation.delimiter
|
||||
|
||||
[ "(" ")" "[" "]" ] @punctuation.bracket
|
||||
[ "(" ")" "{" "}" "[" "]" ] @punctuation.bracket
|
||||
|
||||
(code_block_content) @none
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
((type) @injection.content
|
||||
(#set! injection.parent))
|
||||
|
||||
((function_link) @injection.content
|
||||
([ (function_link) (code) ] @injection.content
|
||||
(#set! injection.parent))
|
||||
|
||||
((link) @injection.content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue