aboutsummaryrefslogtreecommitdiffstats
path: root/queries/perl
Commit message (Collapse)AuthorAgeFilesLines
* feat(perl): update queries from upstream changesAmaan Qureshi2023-03-271-1/+0
|
* highlights: create subscoping for ternary operatorStephan Seitz2022-12-021-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 injectionsObserverOfTime2022-11-272-1/+3
|
* highlights: use @preproc where appropriateObserverOfTime2022-10-151-0/+3
|
* feat(spell): upstream spell queries from spellsitterLewis Russell2022-09-061-0/+1
|
* Split func/method definition from calls in several programming language querieslfenzo2022-08-031-2/+2
|
* Initial attempt at queries/perl/folds.scmPaul "LeoNerd" Evans2022-02-221-0/+12
|
* Add many perl keywords; highlight on those in preference to structural elementsPaul "LeoNerd" Evans2022-02-221-79/+87
|
* "::" should be of type "operator"Lucas Crownover2021-09-211-1/+1
| | | swap constant for operator per treesitter recommendation
* Separate special variables to catch up masterdelphinus2021-09-211-1/+3
|
* Use @string.regex to highlight regex'sdelphinus2021-09-211-2/+5
|
* Add minimum implementation for highlightsdelphinus2021-09-211-0/+169