| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(perl): update queries from upstream changes | Amaan Qureshi | 2023-03-27 | 1 | -1/+0 |
| | | |||||
| * | highlights: create subscoping for ternary operator | Stephan Seitz | 2022-12-02 | 1 | -2/+4 |
| | | | | | | | | | | | After https://github.com/nvim-treesitter/nvim-treesitter/issues/470, we decided to use `@conditional` for ternary operator instead of operator despite `@conditional` is documented for keywords only. A sub-scoping can make it easier for people to highlight this operator group differently. Also unify the usage of `@conditional...` across languages. | ||||
| * | injections: add more regex injections | ObserverOfTime | 2022-11-27 | 2 | -1/+3 |
| | | |||||
| * | highlights: use @preproc where appropriate | ObserverOfTime | 2022-10-15 | 1 | -0/+3 |
| | | |||||
| * | feat(spell): upstream spell queries from spellsitter | Lewis Russell | 2022-09-06 | 1 | -0/+1 |
| | | |||||
| * | Split func/method definition from calls in several programming language queries | lfenzo | 2022-08-03 | 1 | -2/+2 |
| | | |||||
| * | Initial attempt at queries/perl/folds.scm | Paul "LeoNerd" Evans | 2022-02-22 | 1 | -0/+12 |
| | | |||||
| * | Add many perl keywords; highlight on those in preference to structural elements | Paul "LeoNerd" Evans | 2022-02-22 | 1 | -79/+87 |
| | | |||||
| * | "::" should be of type "operator" | Lucas Crownover | 2021-09-21 | 1 | -1/+1 |
| | | | | swap constant for operator per treesitter recommendation | ||||
| * | Separate special variables to catch up master | delphinus | 2021-09-21 | 1 | -1/+3 |
| | | |||||
| * | Use @string.regex to highlight regex's | delphinus | 2021-09-21 | 1 | -2/+5 |
| | | |||||
| * | Add minimum implementation for highlights | delphinus | 2021-09-21 | 1 | -0/+169 |
