mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -04:00
feat: add EDS
This commit is contained in:
parent
b6492f41c4
commit
4c1a76ec23
4 changed files with 61 additions and 0 deletions
|
|
@ -403,6 +403,14 @@ list.ebnf = {
|
|||
experimental = true,
|
||||
}
|
||||
|
||||
list.eds = {
|
||||
install_info = {
|
||||
url = "https://github.com/uyha/tree-sitter-eds",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@uyha" },
|
||||
}
|
||||
|
||||
list.eex = {
|
||||
install_info = {
|
||||
url = "https://github.com/connorlay/tree-sitter-eex",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue