mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat(parsers): add scheme parser
This commit is contained in:
parent
b8e3a2dc65
commit
aaa24cc47a
4 changed files with 17 additions and 0 deletions
|
|
@ -236,6 +236,13 @@ list.jsdoc = {
|
|||
}
|
||||
}
|
||||
|
||||
list.scheme = {
|
||||
install_info = {
|
||||
url = "https://github.com/nvim-treesitter/tree-sitter-scheme",
|
||||
files = { "src/parser.c" }
|
||||
}
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue