2021-11-27 21:35:31 +07:00
|
|
|
(variable) @variable
|
|
|
|
|
|
2021-11-01 06:20:58 +07:00
|
|
|
[
|
2024-01-06 15:05:50 +09:00
|
|
|
"datasource"
|
|
|
|
|
"generator"
|
|
|
|
|
"model"
|
|
|
|
|
"view"
|
2021-11-01 06:20:58 +07:00
|
|
|
] @keyword
|
|
|
|
|
|
2024-04-23 12:23:15 -07:00
|
|
|
[
|
|
|
|
|
"type"
|
|
|
|
|
"enum"
|
|
|
|
|
] @keyword.type
|
|
|
|
|
|
2023-03-02 08:06:35 -05:00
|
|
|
(comment) @comment @spell
|
|
|
|
|
|
|
|
|
|
(developer_comment) @comment.documentation @spell
|
2021-11-26 20:25:51 +07:00
|
|
|
|
|
|
|
|
[
|
|
|
|
|
(attribute)
|
|
|
|
|
(call_expression)
|
|
|
|
|
] @function
|
2021-11-23 09:17:37 +07:00
|
|
|
|
|
|
|
|
(arguments) @property
|
2024-01-06 15:05:50 +09:00
|
|
|
|
2021-11-23 09:17:37 +07:00
|
|
|
(column_type) @type
|
2024-01-06 15:05:50 +09:00
|
|
|
|
2021-11-23 09:17:37 +07:00
|
|
|
(enumeral) @constant
|
2024-01-06 15:05:50 +09:00
|
|
|
|
|
|
|
|
(column_declaration
|
|
|
|
|
(identifier) @variable)
|
|
|
|
|
|
2021-11-01 06:20:58 +07:00
|
|
|
(string) @string
|
|
|
|
|
|
2021-11-26 20:25:51 +07:00
|
|
|
[
|
|
|
|
|
"("
|
|
|
|
|
")"
|
|
|
|
|
"["
|
|
|
|
|
"]"
|
|
|
|
|
"{"
|
|
|
|
|
"}"
|
|
|
|
|
] @punctuation.bracket
|
|
|
|
|
|
|
|
|
|
[
|
|
|
|
|
"="
|
|
|
|
|
"@"
|
|
|
|
|
] @operator
|