aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php/indents.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-38/+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-6/+8
|
* refactor: improve readabilityCarlos Afonso2023-10-151-2/+10
|
* fix(php): fix indentation for in between bracesCarlos Afonso2023-10-151-2/+2
|
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-5/+5
| | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment
* feat(php): improve indents for match and switch (#3953)gbprod2022-12-091-0/+3
|
* fix(php): add indent for enumsgbprod2022-10-101-0/+1
|
* Fix php indent for short array declarationgbprod2022-10-061-0/+1
|
* indents(php): @auto on comment and ERRORprzepompownia2022-05-151-1/+3
| | | | | | | | | | Currently with ```vim setlocal autoindent setlocal smartindent ``` in `after/indent/php.vim` it allows correct indentation inside PHP docblocks.
* indents(php): don't use aligned_indent for phpStephan Seitz2022-02-131-5/+2
| | | | Fixes #2497
* indents(php): add another testStephan Seitz2022-02-051-3/+5
|
* indents(php): align with C indentationStephan Seitz2022-01-241-3/+2
| | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357
* Add indents for phpshirasaka2021-03-221-0/+23