1

Regenerate nvim config

This commit is contained in:
2024-06-02 03:29:20 +02:00
parent 75eea0c030
commit ef2e28883d
5576 changed files with 604886 additions and 503 deletions

View File

@ -0,0 +1,4 @@
[
(statement)
(blank_node_property_list)
] @fold

View File

@ -0,0 +1,62 @@
(string) @string
(lang_tag) @type
[
"_:"
"<"
">"
(namespace)
] @module
[
(iri_reference)
(prefixed_name)
] @variable
(blank_node_label) @variable
"a" @variable.builtin
(integer) @number
[
(decimal)
(double)
] @number.float
(boolean_literal) @boolean
[
"BASE"
"PREFIX"
"@prefix"
"@base"
] @keyword
[
"."
","
";"
] @punctuation.delimiter
[
"("
")"
"["
"]"
(anon)
] @punctuation.bracket
(comment) @comment @spell
(echar) @string.escape
(rdf_literal
"^^" @type
datatype: (_
[
"<"
">"
(namespace)
] @type) @type)

View File

@ -0,0 +1,10 @@
[
(statement)
(blank_node_property_list)
(collection)
] @indent.begin
[
"]"
")"
] @indent.branch

View File

@ -0,0 +1,2 @@
((comment) @injection.content
(#set! injection.language "comment"))

View File

@ -0,0 +1,12 @@
(turtle_doc) @local.scope
(subject
[
(prefixed_name)
(iri_reference)
] @local.definition.var)
[
(prefixed_name)
(iri_reference)
] @local.reference