nvim-treesitter/queries/toml/highlights.scm
Shirasaka c53c8fde80 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 00:37:16 +09: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