aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php_only/highlights.scm
Commit message (Expand)AuthorAgeFilesLines
* feat(php): add support for new relative_name nodeCaleb White2025-02-261-5/+26
* fix(php): properly highlight grouped imported functions and constantsCaleb White2025-01-021-0/+22
* feat(php): php 8.4 support (#6741)Caleb White2024-08-181-5/+20
* feat(php): add highlights for scoped_property_accessCaleb White2024-05-141-0/+10
* feat: more `@keyword.type` capturesRiley Bruins2024-05-011-5/+8
* fix(php): parameter and operator touch-upsRiley Bruins2024-04-251-5/+9
* fix(php): capture `break` as keyword.repeatCaleb White2024-03-271-1/+1
* chore(php): move keywords to top of queriesCaleb White2024-03-271-167/+167
* fix(php): fix use_{as,instead_of}_clause highlightsCaleb White2024-03-271-3/+17
* fix(php): add missing keyword highlights, fix static keywordCaleb White2024-03-271-2/+15
* feat(php): add highlight testsCaleb White2024-03-271-0/+1
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-24/+18
* feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier`Jaehwang Jung2024-03-161-1/+1
* fix(php): highlight property access using nullsafe operator, move `@property`...Tobias S2024-03-111-2/+10
* fix(php): add missing spaceship operator `<=>`Michael Strobel2024-02-021-0/+1
* feat: add the php_only parser included in tree-sitter-php (#5876)tk-shirasaka2024-01-201-0/+373