nvim-treesitter/queries/prisma/highlights.scm
2021-11-28 00:36:24 +01:00

38 lines
390 B
Scheme

(variable) @variable
[
"datasource"
"enum"
"generator"
"model"
] @keyword
[
(comment)
(developer_comment)
] @comment
[
(attribute)
(call_expression)
] @function
(arguments) @property
(column_type) @type
(enumeral) @constant
(column_declaration (identifier) @variable)
(string) @string
[
"("
")"
"["
"]"
"{"
"}"
] @punctuation.bracket
[
"="
"@"
] @operator