aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php_only/indents.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-68/+0
|
* feat(php): php 8.4 support (#6741)Caleb White2024-08-181-1/+5
| | | | | | | | | * 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): improve indents in return statements & chained methodsCaleb White2024-03-161-0/+22
|
* feat: add the php_only parser included in tree-sitter-php (#5876)tk-shirasaka2024-01-201-0/+38
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>