aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php/locals.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-1/+0
|
* feat: add the php_only parser included in tree-sitter-php (#5876)tk-shirasaka2024-01-201-86/+1
| | | | | | | | 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>
* chore: query formattingPham Huy Hoang2024-01-191-18/+17
|
* feat(locals)!: switch to upstream capturesChristian Clason2024-01-191-19/+19
|
* lint(locals): use `#set!` to keep query linter happyChristian Clason2023-06-221-13/+13
|
* highlights/locals(php): rename type_name -> named_typeStephan Seitz2021-05-171-1/+5
|
* Add indents for phpshirasaka2021-03-221-7/+11
|
* Mark several invalid queriesStephan Seitz2021-03-161-6/+7
|
* Update PHP queryShirasaka2020-09-121-18/+53
|
* ci: fix wrong queriesThomas Vigouroux2020-09-111-2/+2
|
* PHP: Update locals queryShirasaka2020-08-051-6/+27
|
* Add PHP, TOML, and update HTML, javascript queriesShirasaka2020-08-041-0/+22
- PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes