| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 5 | -691/+0 |
| | | |||||
| * | feat(php): add support for new relative_name node | Caleb White | 2025-02-26 | 1 | -5/+26 |
| | | |||||
| * | fix(php): properly highlight grouped imported functions and constants | Caleb White | 2025-01-02 | 1 | -0/+22 |
| | | |||||
| * | feat(php): php 8.4 support (#6741) | Caleb White | 2024-08-18 | 3 | -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-09 | 1 | -0/+6 |
| | | |||||
| * | fix(php): remove recursive member_call_expression indent branch | Caleb White | 2024-06-09 | 1 | -3/+0 |
| | | |||||
| * | feat(php): indent after `default_statement` | Tomasz N | 2024-05-14 | 1 | -0/+1 |
| | | |||||
| * | feat(php): add highlights for scoped_property_access | Caleb White | 2024-05-14 | 1 | -0/+10 |
| | | |||||
| * | fix(php): update parser and queries | Christian Clason | 2024-05-04 | 1 | -3/+3 |
| | | |||||
| * | feat: more `@keyword.type` captures | Riley Bruins | 2024-05-01 | 1 | -5/+8 |
| | | |||||
| * | fix(php): parameter and operator touch-ups | Riley Bruins | 2024-04-25 | 1 | -5/+9 |
| | | |||||
| * | feat(php): fold consecutive imports (#6482) | Tomasz N | 2024-04-21 | 1 | -0/+1 |
| | | | | | | | | | | * feat(php): fold consecutive imports * Inslude possible comment too * Format query * Revert respecting comments | ||||
| * | fix(php): capture `break` as keyword.repeat | Caleb White | 2024-03-27 | 1 | -1/+1 |
| | | |||||
| * | chore(php): move keywords to top of queries | Caleb White | 2024-03-27 | 1 | -167/+167 |
| | | |||||
| * | fix(php): fix use_{as,instead_of}_clause highlights | Caleb White | 2024-03-27 | 1 | -3/+17 |
| | | |||||
| * | fix(php): add missing keyword highlights, fix static keyword | Caleb White | 2024-03-27 | 1 | -2/+15 |
| | | |||||
| * | feat(php): add highlight tests | Caleb White | 2024-03-27 | 1 | -0/+1 |
| | | |||||
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 3 | -44/+34 |
| | | |||||
| * | feat(php): improve indents in return statements & chained methods | Caleb White | 2024-03-16 | 1 | -0/+22 |
| | | |||||
| * | feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier` | Jaehwang Jung | 2024-03-16 | 1 | -1/+1 |
| | | |||||
| * | fix(php): highlight property access using nullsafe operator, move ↵ | Tobias S | 2024-03-11 | 1 | -2/+10 |
| | | | | | `@property` to `@variable.member` | ||||
| * | feat(format-scripts): linewrap predicates | 再生花 | 2024-02-23 | 1 | -1/+3 |
| | | | | "format-ignore".kick() | ||||
| * | fix(php): add missing spaceship operator `<=>` | Michael Strobel | 2024-02-02 | 1 | -0/+1 |
| | | |||||
| * | chore: format queries | Phạm Huy Hoàng | 2024-01-21 | 1 | -4/+4 |
| | | |||||
| * | feat: add the php_only parser included in tree-sitter-php (#5876) | tk-shirasaka | 2024-01-20 | 5 | -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> | |||||
