feat: add Doxygen

This commit is contained in:
Amaan Qureshi 2023-08-25 05:02:58 -04:00
parent 4d41d9bfb0
commit a4f4fcdd3e
11 changed files with 74 additions and 3 deletions

View file

@ -0,0 +1,38 @@
((tag_name) @keyword
(#set! "priority" 105))
(identifier) @variable
((tag
(tag_name) @_param
(identifier) @parameter)
(#any-of? @_param "@param" "\\param"))
(function (identifier) @function)
(function_link) @function
(emphasis) @text.emphasis
"\\a" @tag
[
"in"
"out"
"inout"
] @storageclass
"~" @operator
[
"<a"
">"
"</a>"
] @tag
[
","
"::"
] @punctuation.delimiter
[ "(" ")" "[" "]" ] @punctuation.bracket

View file

@ -0,0 +1 @@
(document) @indent.auto

View file

@ -0,0 +1,8 @@
((type) @injection.content
(#set! injection.parent))
((function_link) @injection.content
(#set! injection.parent))
((link) @injection.content
(#set! injection.language "html"))