aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php_only/injections.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-43/+0
|
* fix(php): update parser and queriesChristian Clason2024-05-041-3/+3
|
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-12/+10
|
* feat(format-scripts): linewrap predicates再生花2024-02-231-1/+3
| | | "format-ignore".kick()
* 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-201-0/+43
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>