summaryrefslogtreecommitdiff
path: root/queries/toml
AgeCommit message (Collapse)Author
2022-09-26feat(spell): support more languagesLewis Russell
2021-10-04Update toml highlight queriesoxalica
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
* Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-03-01changed toml and queryBrian Shu
2021-01-14feat: added more indent querieselianiva
2021-01-12added query enhancementsBrian Shu
added toml added alternation
2021-01-04feat: added more fold querieselianiva
2020-08-04Add PHP, TOML, and update HTML, javascript queriesShirasaka
- PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes