aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/prisma/highlights.scm
blob: 9d2d1934e1aa0f7fa0d87bd86a8f70f9d42b34eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
(variable) @variable

[
  "datasource"
  "generator"
  "model"
  "view"
] @keyword

[
  "type"
  "enum"
] @keyword.type

(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