aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php_only
Commit message (Collapse)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-183-7/+26
| | | | | | | | | * 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
* fix(php): do not indent after class/enum decl再生花2024-07-091-0/+6
|
* fix(php): remove recursive member_call_expression indent branchCaleb White2024-06-091-3/+0
|
* feat(php): indent after `default_statement`Tomasz N2024-05-141-0/+1
|
* feat(php): add highlights for scoped_property_accessCaleb White2024-05-141-0/+10
|
* fix(php): update parser and queriesChristian Clason2024-05-041-3/+3
|
* feat: more `@keyword.type` capturesRiley Bruins2024-05-011-5/+8
|
* fix(php): parameter and operator touch-upsRiley Bruins2024-04-251-5/+9
|
* feat(php): fold consecutive imports (#6482)Tomasz N2024-04-211-0/+1
| | | | | | | | | * feat(php): fold consecutive imports * Inslude possible comment too * Format query * Revert respecting comments
* 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-213-44/+34
|
* feat(php): improve indents in return statements & chained methodsCaleb White2024-03-161-0/+22
|
* 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`
* feat(format-scripts): linewrap predicates再生花2024-02-231-1/+3
| | | "format-ignore".kick()
* fix(php): add missing spaceship operator `<=>`Michael Strobel2024-02-021-0/+1
|
* chore: format queriesPhạm Huy Hoàng2024-01-211-4/+4
|
* feat: add the php_only parser included in tree-sitter-php (#5876)tk-shirasaka2024-01-205-0/+556
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>