nvim-treesitter/queries/toml/highlights.scm
Shirasaka f372e2ab87 Add PHP, TOML, and update HTML, javascript queries
- PHP         : Add highlights and locals query
- TOML        : Add highlights and locals query
- HTML        : Add scope
- javascript  : Add some scopes
2020-08-04 08:05:51 +02:00

12 lines
170 B
Scheme

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