feat: add djot support (#6326)

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
Noah Bogart 2024-03-19 22:01:59 -04:00 committed by Christian Clason
parent 829f36b0b7
commit 2205694d43
3 changed files with 301 additions and 0 deletions

View file

@ -402,6 +402,14 @@ list.disassembly = {
maintainers = { "@ColinKennedy" },
}
list.djot = {
install_info = {
url = "https://github.com/treeman/tree-sitter-djot",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@NoahTheDuke" },
}
list.dockerfile = {
install_info = {
url = "https://github.com/camdencheek/tree-sitter-dockerfile",