nvim-treesitter/queries/prisma/highlights.scm
2024-01-19 16:58:37 +01:00

44 lines
448 B
Scheme

(variable) @variable
[
"datasource"
"enum"
"generator"
"model"
"type"
"view"
] @keyword
(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