mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Add elvish
This commit is contained in:
parent
a98fa0e222
commit
e06b54b64e
5 changed files with 91 additions and 0 deletions
|
|
@ -987,6 +987,15 @@ list.cooklang = {
|
|||
maintainers = { "@addcninblue" },
|
||||
}
|
||||
|
||||
list.elvish = {
|
||||
install_info = {
|
||||
url = "https://github.com/ckafi/tree-sitter-elvish",
|
||||
branch = "main",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@ckafi" },
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
filetype_to_parsername = filetype_to_parsername,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue