mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
rename query parser to query from scheme
This commit is contained in:
parent
875a1a0165
commit
bd1d1adb35
4 changed files with 15 additions and 3 deletions
|
|
@ -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" }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue