Regenerate nvim config
This commit is contained in:
@ -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)
|
||||
Reference in New Issue
Block a user