mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat: add djot support (#6326)
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
parent
829f36b0b7
commit
2205694d43
3 changed files with 301 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue