feat(doxygen): update parser and queries

This commit is contained in:
Amaan Qureshi 2023-08-27 01:40:58 -04:00
parent 1705a3e486
commit d0b17cc0b9
3 changed files with 11 additions and 1 deletions

View file

@ -16,6 +16,8 @@
"\\a" @tag
(code_block_language) @label
[
"in"
"out"
@ -33,6 +35,10 @@
[
","
"::"
(code_block_start)
(code_block_end)
] @punctuation.delimiter
[ "(" ")" "[" "]" ] @punctuation.bracket
(code_block_content) @none

View file

@ -6,3 +6,7 @@
((link) @injection.content
(#set! injection.language "html"))
((code_block
(code_block_language) @injection.language
(code_block_content) @injection.content))