nvim-treesitter/queries/prisma/highlights.scm

39 lines
390 B
Scheme
Raw Normal View History

2021-11-27 21:35:31 +07:00
(variable) @variable
2021-11-01 06:20:58 +07:00
[
"datasource"
"enum"
"generator"
"model"
2021-11-01 06:20:58 +07:00
] @keyword
2021-11-26 20:25:51 +07:00
[
(comment)
(developer_comment)
] @comment
[
(attribute)
(call_expression)
] @function
(arguments) @property
(column_type) @type
(enumeral) @constant
(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