mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add elsa
This commit is contained in:
parent
cda8b291ef
commit
cbb43a64a3
4 changed files with 53 additions and 0 deletions
|
|
@ -201,6 +201,14 @@ list.d = {
|
|||
experimental = true,
|
||||
}
|
||||
|
||||
list.elsa = {
|
||||
install_info = {
|
||||
url = "https://github.com/glapa-grossklag/tree-sitter-elsa",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@glapa-grossklag", "@amaanq" },
|
||||
}
|
||||
|
||||
list.glsl = {
|
||||
install_info = {
|
||||
url = "https://github.com/theHamsta/tree-sitter-glsl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue