nvim-treesitter/runtime/queries/toml/highlights.scm
2025-05-12 18:43:40 +02:00

39 lines
394 B
Scheme

(bare_key) @property
[
(string)
(quoted_key)
] @string
(boolean) @boolean
(comment) @comment @spell
(escape_sequence) @string.escape
(integer) @number
(float) @number.float
[
(local_date)
(local_date_time)
(local_time)
(offset_date_time)
] @string.special
"=" @operator
[
"."
","
] @punctuation.delimiter
[
"["
"]"
"[["
"]]"
"{"
"}"
] @punctuation.bracket