mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
fix(turtle): update parser and queries
also update changed user names
This commit is contained in:
parent
f1a4a75005
commit
7adae51ff3
6 changed files with 12 additions and 10 deletions
|
|
@ -1959,10 +1959,10 @@ list.sourcepawn = {
|
|||
|
||||
list.sparql = {
|
||||
install_info = {
|
||||
url = "https://github.com/BonaBeavis/tree-sitter-sparql",
|
||||
url = "https://github.com/GordianDziwis/tree-sitter-sparql",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@BonaBeavis" },
|
||||
maintainers = { "@GordianDziwis" },
|
||||
}
|
||||
|
||||
list.sql = {
|
||||
|
|
@ -2207,10 +2207,10 @@ list.tsx = {
|
|||
|
||||
list.turtle = {
|
||||
install_info = {
|
||||
url = "https://github.com/BonaBeavis/tree-sitter-turtle",
|
||||
url = "https://github.com/GordianDziwis/tree-sitter-turtle",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@BonaBeavis" },
|
||||
maintainers = { "@GordianDziwis" },
|
||||
}
|
||||
|
||||
list.twig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue