mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add Doxygen
This commit is contained in:
parent
4d41d9bfb0
commit
a4f4fcdd3e
11 changed files with 74 additions and 3 deletions
|
|
@ -376,6 +376,14 @@ list.dot = {
|
|||
maintainers = { "@rydesun" },
|
||||
}
|
||||
|
||||
list.doxygen = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-doxygen",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.dtd = {
|
||||
install_info = {
|
||||
url = "https://github.com/ObserverOfTime/tree-sitter-xml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue