mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
Added scheme support
This commit is contained in:
parent
acd01551a3
commit
46dc8b8f40
2 changed files with 9 additions and 0 deletions
|
|
@ -43,6 +43,14 @@ local list = setmetatable({}, {
|
|||
end,
|
||||
})
|
||||
|
||||
list.scheme = {
|
||||
install_info = {
|
||||
url = "https://github.com/6cdh/tree-sitter-scheme",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@6cdh" },
|
||||
}
|
||||
|
||||
list.javascript = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-javascript",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue