| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1 | -1/+0 |
| | | |||||
| * | feat: add the php_only parser included in tree-sitter-php (#5876) | tk-shirasaka | 2024-01-20 | 1 | -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 formatting | Pham Huy Hoang | 2024-01-19 | 1 | -6/+8 |
| | | |||||
| * | refactor: improve readability | Carlos Afonso | 2023-10-15 | 1 | -2/+10 |
| | | |||||
| * | fix(php): fix indentation for in between braces | Carlos Afonso | 2023-10-15 | 1 | -2/+2 |
| | | |||||
| * | use indent.X syntax for captures and properties of set directives | George Harker | 2023-03-24 | 1 | -5/+5 |
| | | | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment | ||||
| * | feat(php): improve indents for match and switch (#3953) | gbprod | 2022-12-09 | 1 | -0/+3 |
| | | |||||
| * | fix(php): add indent for enums | gbprod | 2022-10-10 | 1 | -0/+1 |
| | | |||||
| * | Fix php indent for short array declaration | gbprod | 2022-10-06 | 1 | -0/+1 |
| | | |||||
| * | indents(php): @auto on comment and ERROR | przepompownia | 2022-05-15 | 1 | -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 php | Stephan Seitz | 2022-02-13 | 1 | -5/+2 |
| | | | | | Fixes #2497 | ||||
| * | indents(php): add another test | Stephan Seitz | 2022-02-05 | 1 | -3/+5 |
| | | |||||
| * | indents(php): align with C indentation | Stephan Seitz | 2022-01-24 | 1 | -3/+2 |
| | | | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357 | ||||
| * | Add indents for php | shirasaka | 2021-03-22 | 1 | -0/+23 |
