rename query parser to query from scheme

This commit is contained in:
Steven Sojka 2020-07-28 10:55:54 -05:00 committed by Thomas Vigouroux
parent 875a1a0165
commit bd1d1adb35
4 changed files with 15 additions and 3 deletions

View file

@ -236,9 +236,9 @@ list.jsdoc = {
}
}
list.scheme = {
list.query = {
install_info = {
url = "https://github.com/nvim-treesitter/tree-sitter-scheme",
url = "https://github.com/nvim-treesitter/tree-sitter-query",
files = { "src/parser.c" }
}
}