aboutsummaryrefslogtreecommitdiffstats
path: root/queries/toml
Commit message (Collapse)AuthorAgeFilesLines
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-2/+2
| | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment
* highlights(toml): fix capturesObserverOfTime2022-11-261-1/+2
|
* feat(spell): support more languagesLewis Russell2022-09-261-1/+1
|
* Update toml highlight queriesoxalica2021-10-041-5/+28
|
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-1/+1
| | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-1/+1
| | | | | | | | | | | | * 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
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-0/+1
| | | Closes #236
* changed toml and queryBrian Shu2021-03-011-1/+4
|
* feat: added more indent querieselianiva2021-01-141-0/+8
|
* added query enhancementsBrian Shu2021-01-122-2/+5
| | | | | | added toml added alternation
* feat: added more fold querieselianiva2021-01-041-0/+4
|
* Add PHP, TOML, and update HTML, javascript queriesShirasaka2020-08-042-0/+14
- PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes