mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
feat(doxygen): update parser and queries
This commit is contained in:
parent
1705a3e486
commit
d0b17cc0b9
3 changed files with 11 additions and 1 deletions
|
|
@ -108,7 +108,7 @@
|
||||||
"revision": "9ab85550c896d8b294d9b9ca1e30698736f08cea"
|
"revision": "9ab85550c896d8b294d9b9ca1e30698736f08cea"
|
||||||
},
|
},
|
||||||
"doxygen": {
|
"doxygen": {
|
||||||
"revision": "7bee4eb4d674ce0a6e35d0967b846816f72d5ce7"
|
"revision": "7ac6203cc018ff440b45b6d5aeba596f02eec4d5"
|
||||||
},
|
},
|
||||||
"dtd": {
|
"dtd": {
|
||||||
"revision": "9deacbfb79cb3527a0396255beb17e1bba3f2052"
|
"revision": "9deacbfb79cb3527a0396255beb17e1bba3f2052"
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
"\\a" @tag
|
"\\a" @tag
|
||||||
|
|
||||||
|
(code_block_language) @label
|
||||||
|
|
||||||
[
|
[
|
||||||
"in"
|
"in"
|
||||||
"out"
|
"out"
|
||||||
|
|
@ -33,6 +35,10 @@
|
||||||
[
|
[
|
||||||
","
|
","
|
||||||
"::"
|
"::"
|
||||||
|
(code_block_start)
|
||||||
|
(code_block_end)
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
[ "(" ")" "[" "]" ] @punctuation.bracket
|
[ "(" ")" "[" "]" ] @punctuation.bracket
|
||||||
|
|
||||||
|
(code_block_content) @none
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,7 @@
|
||||||
|
|
||||||
((link) @injection.content
|
((link) @injection.content
|
||||||
(#set! injection.language "html"))
|
(#set! injection.language "html"))
|
||||||
|
|
||||||
|
((code_block
|
||||||
|
(code_block_language) @injection.language
|
||||||
|
(code_block_content) @injection.content))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue