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,7 @@
[
(generator_declaration)
(datasource_declaration)
(model_declaration)
(enum_declaration)
(view_declaration)
] @fold

View File

@ -0,0 +1,47 @@
(variable) @variable
[
"datasource"
"generator"
"model"
"view"
] @keyword
[
"type"
"enum"
] @keyword.type
(comment) @comment @spell
(developer_comment) @comment.documentation @spell
[
(attribute)
(call_expression)
] @function
(arguments) @property
(column_type) @type
(enumeral) @constant
(column_declaration
(identifier) @variable)
(string) @string
[
"("
")"
"["
"]"
"{"
"}"
] @punctuation.bracket
[
"="
"@"
] @operator