aboutsummaryrefslogtreecommitdiffstats
path: root/queries/perl
Commit message (Expand)AuthorAgeFilesLines
* * feat(perl): highlight hash keys as `@variable.member` in various contextsVeesh Goldman2025-03-192-32/+48
* feat(perl): support more modern syntaxVeesh Goldman2024-09-221-0/+15
* feat(perl): update highlights and foldsPaul Evans2024-08-072-3/+35
* refactor(queries): Remove quotes from properties in set! directiveOmar Valdez2024-07-281-1/+1
* feat(perl): deactivate spelling in shebangsKai Moschcau2024-05-011-1/+1
* feat(perl): activate spelling in commentsKai Moschcau2024-05-011-1/+1
* feat(highlights)!: enforce documented captures (#6232)Christian Clason2024-03-031-13/+13
* feat(format-scripts): linewrap predicates再生花2024-02-231-2/+12
* chore: format queriesPhạm Huy Hoàng2024-01-211-2/+2
* feat(perl): add more highlightsVeesh Goldman2024-01-211-0/+3
* chore: query formattingPham Huy Hoang2024-01-193-80/+186
* feat!: align standard captures with upstreamChristian Clason2024-01-191-12/+12
* perl: fix highlights for builtinsVeesh Goldman2023-11-031-7/+23
* feat: bump perlVeesh Goldman2023-10-291-2/+2
* refactor: Remove all `(ERROR) @error` capturesPham Huy Hoang2023-10-251-2/+0
* chore(perl): update parserVeesh Goldman2023-10-231-1/+1
* feat(perl)!: switch to tree-sitter-perl org's parserVeesh Goldman2023-10-213-165/+133
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-1/+2
* feat(perl): improve highlightsObserverOfTime2023-08-031-59/+70
* fix(perl): update highlights from upstream changesAmaan Qureshi2023-08-011-2/+0
* perf: remove match where possibleAmaan Qureshi2023-04-211-1/+1
* feat(perl): update queries from upstream changesAmaan Qureshi2023-03-271-1/+0
* highlights: create subscoping for ternary operatorStephan Seitz2022-12-021-2/+4
* 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
* 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