feat(parsers): add scheme parser

This commit is contained in:
Steven Sojka 2020-07-28 07:39:45 -05:00 committed by Steven Sojka
parent b8e3a2dc65
commit aaa24cc47a
4 changed files with 17 additions and 0 deletions

View file

@ -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
}