2021-06-07 20:50:00 +02:00
|
|
|
; highlights.scm
|
|
|
|
|
|
2021-06-08 01:08:07 +02:00
|
|
|
(block type: (identifier) @keyword)
|
2021-06-08 00:45:23 +02:00
|
|
|
(identifier) @string.special
|
|
|
|
|
(string_lit) @string
|
2021-06-07 20:50:00 +02:00
|
|
|
(numeric_lit) @number
|
2021-06-08 00:45:23 +02:00
|
|
|
(bool_lit) @boolean
|
|
|
|
|
(null_lit) @null
|
2021-06-07 20:50:00 +02:00
|
|
|
(comment) @comment
|
2021-06-08 00:45:23 +02:00
|
|
|
|