nvim-treesitter/runtime/queries/prisma/highlights.scm

48 lines
467 B
Scheme
Raw Normal View History

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
(comment) @comment @spell
(developer_comment) @comment.documentation @spell
2021-11-26 20:25:51 +07:00
[
(attribute)
(call_expression)
] @function
(arguments) @property
2024-01-06 15:05:50 +09:00
(column_type) @type
2024-01-06 15:05:50 +09: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