mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat!: drop modules, general refactor and cleanup
This commit is contained in:
parent
c13e28f894
commit
2c8f2f2fad
829 changed files with 4905 additions and 8010 deletions
26
runtime/queries/sparql/folds.scm
Normal file
26
runtime/queries/sparql/folds.scm
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
(prologue)
|
||||
(select_query)
|
||||
(construct_query)
|
||||
(describe_query)
|
||||
(ask_query)
|
||||
(values_clause)
|
||||
(load)
|
||||
(clear)
|
||||
(drop)
|
||||
(add)
|
||||
(move)
|
||||
(copy)
|
||||
(create)
|
||||
(insert_data)
|
||||
(delete_data)
|
||||
(delete_where)
|
||||
(modify)
|
||||
(group_graph_pattern)
|
||||
(triples_same_subject)
|
||||
(where_clause)
|
||||
(delete_clause)
|
||||
(insert_clause)
|
||||
(data_block)
|
||||
(blank_node_property_list)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue