mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat: add dhall
This commit is contained in:
parent
1e8ad621a5
commit
fceb4ed0ec
5 changed files with 200 additions and 0 deletions
|
|
@ -275,6 +275,14 @@ list.devicetree = {
|
|||
maintainers = { "@jedrzejboczar" },
|
||||
}
|
||||
|
||||
list.dhall = {
|
||||
install_info = {
|
||||
url = "https://github.com/jbellerb/tree-sitter-dhall",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.diff = {
|
||||
install_info = {
|
||||
url = "https://github.com/the-mikedavis/tree-sitter-diff",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue