nvim-treesitter/queries/toml/highlights.scm

13 lines
170 B
Scheme
Raw Normal View History

(bare_key) @type.builtin
(pair
(bare_key) @property)
(string) @string
(boolean) @constant.builtin
(integer) @number
(float) @float
(comment) @comment
(ERROR) @error