aboutsummaryrefslogtreecommitdiffstats
path: root/queries/prisma/highlights.scm
blob: e3a025d98608d4881754212704ada7f5d98dc4f8 (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
(variable) @variable

[
 "datasource"
 "enum"
 "generator"
 "model"
 "type"
] @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