aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php_only/highlights.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-479/+0
|
* 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
| | | | | | | | | * chore(php): update maintainers * feat(php): update php rules, highlight imported functions/consts * feat(php): indent inside property hooks * chore: update php and php_only revision
* 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 ↵Tobias S2024-03-111-2/+10
| | | | `@property` to `@variable.member`
* 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
Add parser `php_only` for PHP files without HTML embedded. Make queries for combined parser `php` inherit from `php_only` (no extensions needed). --------- Co-authored-by: shirasaka <tk.shirasaka@gmail>