aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php_only/locals.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-84/+0
|
* feat(php): php 8.4 support (#6741)Caleb White2024-08-181-1/+1
| | | | | | | | | * 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
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-8/+6
|
* feat: add the php_only parser included in tree-sitter-php (#5876)tk-shirasaka2024-01-201-0/+86
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>