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