mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
Add turtle
This commit is contained in:
parent
bc4019f4be
commit
a0f03ec333
6 changed files with 94 additions and 0 deletions
12
queries/turtle/locals.scm
Normal file
12
queries/turtle/locals.scm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(turtle_doc) @scope
|
||||
|
||||
(subject
|
||||
[
|
||||
(prefixed_name)
|
||||
(iri_reference)
|
||||
] @definition.var)
|
||||
|
||||
[
|
||||
(prefixed_name)
|
||||
(iri_reference)
|
||||
] @reference
|
||||
Loading…
Add table
Add a link
Reference in a new issue