aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/gstlaunch/highlights.scm
blob: 90729f87689617b71b1a80912fbe4366755606ee (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
[
  "!"
  "="
] @operator

[
  ","
  "."
  ";"
  "/"
] @punctuation.delimiter

[
  "("
  ")"
] @punctuation.bracket

(property
  key: (identifier) @variable.member)

(value) @string

(string_literal) @string

(cap
  .
  (identifier) @string
  .
  (identifier) @string)

(simple_element
  type: (_) @type)

(bin
  type: (_) @type)