mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
Add SPARQL
Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com>
This commit is contained in:
parent
cafe733e23
commit
e934c5508a
6 changed files with 270 additions and 0 deletions
17
queries/sparql/indents.scm
Normal file
17
queries/sparql/indents.scm
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
(group_graph_pattern)
|
||||
(triples_block)
|
||||
(triples_template)
|
||||
(construct_template)
|
||||
(construct_triples)
|
||||
(quads)
|
||||
(data_block)
|
||||
(blank_node_property_list)
|
||||
(collection)
|
||||
] @indent
|
||||
[
|
||||
"}"
|
||||
"]"
|
||||
")"
|
||||
(triples_same_subject)
|
||||
] @branch
|
||||
Loading…
Add table
Add a link
Reference in a new issue