nvim-treesitter/queries/hlsplaylist/highlights.scm
2024-02-14 16:06:13 +01:00

41 lines
403 B
Scheme

; 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