;; Forked from https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/toml/highlights.scm ;; Licensed under the Apache License 2.0 ; Properties ;----------- (bare_key) @type (quoted_key) @string (pair (bare_key) ) @property ; Literals ;--------- (boolean) @boolean (comment) @comment @spell (string) @string (integer) @number (float) @float (offset_date_time) @string.special (local_date_time) @string.special (local_date) @string.special (local_time) @string.special ; Punctuation ;------------ "." @punctuation.delimiter "," @punctuation.delimiter "=" @operator "[" @punctuation.bracket "]" @punctuation.bracket "[[" @punctuation.bracket "]]" @punctuation.bracket "{" @punctuation.bracket "}" @punctuation.bracket (ERROR) @error