| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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> | |||||
