aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/hlsplaylist/highlights.scm
blob: 9852aed6df0ff320798edf27be910d2754651c24 (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
; Comments
(comment) @comment @spell

; General
(uri) @string.special.url

(tag_name) @keyword

(attribute_name) @attribute

[
  (dec)
  (hex)
  (resolution)
  (range)
] @number

(float) @number.float

(string) @string

[
  (enum)
  (date_time_msec)
] @string.special

(title) @markup.heading

; Literals
[
  "="
  "x"
  "@"
] @operator

[
  ":"
  ","
] @punctuation.delimiter

"#" @punctuation.special