mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -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
|
|
@ -1,4 +1,5 @@
|
|||
[
|
||||
(statement)
|
||||
(directive)
|
||||
(triple)
|
||||
(blank_node_property_list)
|
||||
] @fold
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[
|
||||
(statement)
|
||||
(directive)
|
||||
(triple)
|
||||
(blank_node_property_list)
|
||||
(collection)
|
||||
] @indent.begin
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(turtle_doc) @local.scope
|
||||
(document) @local.scope
|
||||
|
||||
(subject
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue