mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
- PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes
12 lines
170 B
Scheme
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
|