mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add htmldjango
This commit is contained in:
parent
08e1adae53
commit
f5f7c7e004
7 changed files with 57 additions and 0 deletions
|
|
@ -1416,6 +1416,16 @@ list.ebnf = {
|
|||
experimental = true,
|
||||
}
|
||||
|
||||
list.htmldjango = {
|
||||
install_info = {
|
||||
url = "https://github.com/interdependence/tree-sitter-htmldjango",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
maintainers = { "@ObserverOfTime" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.ini = {
|
||||
install_info = {
|
||||
url = "https://github.com/justinmk/tree-sitter-ini",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue