fix(turtle): update parser and queries

also update changed user names
This commit is contained in:
Christian Clason 2024-07-03 09:54:37 +02:00
parent f1a4a75005
commit 7adae51ff3
6 changed files with 12 additions and 10 deletions

View file

@ -397,7 +397,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [soql](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber) - [x] [soql](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber)
- [x] [sosl](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber) - [x] [sosl](https://github.com/aheber/tree-sitter-sfapex) (maintained by @aheber)
- [x] [sourcepawn](https://github.com/nilshelmig/tree-sitter-sourcepawn) (maintained by @Sarrus1) - [x] [sourcepawn](https://github.com/nilshelmig/tree-sitter-sourcepawn) (maintained by @Sarrus1)
- [x] [sparql](https://github.com/BonaBeavis/tree-sitter-sparql) (maintained by @BonaBeavis) - [x] [sparql](https://github.com/GordianDziwis/tree-sitter-sparql) (maintained by @GordianDziwis)
- [x] [sql](https://github.com/derekstride/tree-sitter-sql) (maintained by @derekstride) - [x] [sql](https://github.com/derekstride/tree-sitter-sql) (maintained by @derekstride)
- [x] [squirrel](https://github.com/amaanq/tree-sitter-squirrel) (maintained by @amaanq) - [x] [squirrel](https://github.com/amaanq/tree-sitter-squirrel) (maintained by @amaanq)
- [x] [ssh_config](https://github.com/ObserverOfTime/tree-sitter-ssh-config) (maintained by @ObserverOfTime) - [x] [ssh_config](https://github.com/ObserverOfTime/tree-sitter-ssh-config) (maintained by @ObserverOfTime)
@ -427,7 +427,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [toml](https://github.com/tree-sitter-grammars/tree-sitter-toml) (maintained by @tk-shirasaka) - [x] [toml](https://github.com/tree-sitter-grammars/tree-sitter-toml) (maintained by @tk-shirasaka)
- [x] [tsv](https://github.com/amaanq/tree-sitter-csv) (maintained by @amaanq) - [x] [tsv](https://github.com/amaanq/tree-sitter-csv) (maintained by @amaanq)
- [x] [tsx](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka) - [x] [tsx](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka)
- [x] [turtle](https://github.com/BonaBeavis/tree-sitter-turtle) (maintained by @BonaBeavis) - [x] [turtle](https://github.com/GordianDziwis/tree-sitter-turtle) (maintained by @GordianDziwis)
- [x] [twig](https://github.com/gbprod/tree-sitter-twig) (maintained by @gbprod) - [x] [twig](https://github.com/gbprod/tree-sitter-twig) (maintained by @gbprod)
- [x] [typescript](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka) - [x] [typescript](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka)
- [x] [typespec](https://github.com/happenslol/tree-sitter-typespec) (maintained by @happenslol) - [x] [typespec](https://github.com/happenslol/tree-sitter-typespec) (maintained by @happenslol)

View file

@ -762,7 +762,7 @@
"revision": "4f3eb6655a1cd1a1f87ef10201f8e22886dcd76e" "revision": "4f3eb6655a1cd1a1f87ef10201f8e22886dcd76e"
}, },
"turtle": { "turtle": {
"revision": "085437f5cb117703b7f520dd92161140a684f092" "revision": "7f789ea7ef765080f71a298fc96b7c957fa24422"
}, },
"twig": { "twig": {
"revision": "085648e01d1422163a1702a44e72303b4e2a0bd1" "revision": "085648e01d1422163a1702a44e72303b4e2a0bd1"

View file

@ -1959,10 +1959,10 @@ list.sourcepawn = {
list.sparql = { list.sparql = {
install_info = { install_info = {
url = "https://github.com/BonaBeavis/tree-sitter-sparql", url = "https://github.com/GordianDziwis/tree-sitter-sparql",
files = { "src/parser.c" }, files = { "src/parser.c" },
}, },
maintainers = { "@BonaBeavis" }, maintainers = { "@GordianDziwis" },
} }
list.sql = { list.sql = {
@ -2207,10 +2207,10 @@ list.tsx = {
list.turtle = { list.turtle = {
install_info = { install_info = {
url = "https://github.com/BonaBeavis/tree-sitter-turtle", url = "https://github.com/GordianDziwis/tree-sitter-turtle",
files = { "src/parser.c" }, files = { "src/parser.c" },
}, },
maintainers = { "@BonaBeavis" }, maintainers = { "@GordianDziwis" },
} }
list.twig = { list.twig = {

View file

@ -1,4 +1,5 @@
[ [
(statement) (directive)
(triple)
(blank_node_property_list) (blank_node_property_list)
] @fold ] @fold

View file

@ -1,5 +1,6 @@
[ [
(statement) (directive)
(triple)
(blank_node_property_list) (blank_node_property_list)
(collection) (collection)
] @indent.begin ] @indent.begin

View file

@ -1,4 +1,4 @@
(turtle_doc) @local.scope (document) @local.scope
(subject (subject
[ [