| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-28 | Add regex injections for php (#3592) | gbprod | |
| 2022-10-12 | feat(php): add queries for bash injections | gbprod | |
| This commit allows to inject bash syntax into relevant function arguments and shell expression. | |||
| 2022-10-12 | feat(php): improve php folds | gbprod | |
| 2022-10-10 | fix(php): add indent for enums | gbprod | |
| 2022-10-06 | Fix php indent for short array declaration | gbprod | |
| 2022-09-26 | highlights(php): add spell | Laytan Laats | |
| 2022-08-03 | Split func/method definition from calls in several programming language queries | lfenzo | |
| 2022-07-27 | highlights(php): highlight more string types and escapes (#3226) | Matty Patatty | |
| 2022-06-04 | highlights(php): highlight readonly keyword | shirasaka | |
| 2022-05-15 | indents(php): @auto on comment and ERROR | przepompownia | |
| Currently with ```vim setlocal autoindent setlocal smartindent ``` in `after/indent/php.vim` it allows correct indentation inside PHP docblocks. | |||
| 2022-05-13 | highlights(php): improve highlight for attributes | nsfisis | |
| 2022-03-17 | highlights(php): argument name as parameter | Wilman Barrios | |
| 2022-02-26 | highlights(php): add namespace aliasing name as type | Wilman Barrios | |
| 2022-02-19 | highlights(php): highlight use declaration name as type | Wilman Barrios | |
| 2022-02-19 | highlights(php): highlight traits names as type | Wilman Barrios | |
| 2022-02-13 | indents(php): don't use aligned_indent for php | Stephan Seitz | |
| Fixes #2497 | |||
| 2022-02-05 | indents(php): add another test | Stephan Seitz | |
| 2022-01-24 | indents(php): align with C indentation | Stephan Seitz | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357 | |||
| 2022-01-20 | parsers: add phpdoc parser (experimental) | Michael Härtl | |
| 2022-01-19 | fix(php) match magic and single letter constants | Michael Härtl | |
| 2022-01-17 | highlights(php): detect constructor calls on instantiation | Michael Härtl | |
| 2022-01-16 | fix(php): change query for @constructor group | Infectos | |
| 2022-01-15 | highlights(php): fix and add missing highlights | Michael Härtl | |
| 2021-12-23 | PHP: highlight unset | Santos Gallegos | |
| Similar to https://github.com/tree-sitter/tree-sitter-php/blob/57f855461aeeca73bd4218754fb26b5ac143f98f/grammar.js#L130-L132 Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/2156 | |||
| 2021-11-23 | Prefer lua-match over match | Lewis Russell | |
| as string.find is much quicker than vim.regex:match* | |||
| 2021-08-30 | Fix method access using php nullsafe operator (#1773) | Wilman Barrios | |
| 2021-08-26 | highlights(php): add missings operators `?->` and `=>` (#1729) | Wilman Barrios | |
| This will: - add nullsafe `?->` as `@operator` - add separator for associative arrays `=>` as `@operator` | |||
| 2021-08-21 | highlights(php): add `instanceof` as `@keyword` (#1728) | Wilman Barrios | |
| 2021-07-04 | feat(keywords) merge return and yield into keyword.return group | antonk52 | |
| 2021-07-04 | feat(keywords) add keyword.return & keyword.yield | antonk52 | |
| 2021-07-04 | Add support for `match` expression in PHP (#1482) | Wilman Barrios | |
| 2021-06-28 | Adds support for PHP's arrow funcion (#1427) | tk-shirasaka | |
| Co-authored-by: shirasaka <shirasaka@n-create.co.jp> | |||
| 2021-05-19 | fix(php): highlights function call expression | elianiva | |
| 2021-05-17 | Update queries/php/highlights.scm | Stephan Seitz | |
| Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||
| 2021-05-17 | highlights/locals(php): rename type_name -> named_type | Stephan Seitz | |
| 2021-05-07 | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | |
| This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | |||
| 2021-04-28 | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | |
| * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc | |||
| 2021-03-22 | Add indents for php | shirasaka | |
| 2021-03-16 | Mark several invalid queries | Stephan Seitz | |
| 2021-03-12 | Add comment parser to highlight comment tags (#893) | Santos Gallegos | |
| Closes #236 | |||
| 2020-11-24 | Add injections to PHP | shirasaka | |
| 2020-09-14 | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | |
| 2020-09-14 | Folds: rename query files to folds.scm to be consistent | Santos Gallegos | |
| We use plural names for all query files except folds. | |||
| 2020-09-12 | Update PHP query | Shirasaka | |
| 2020-09-11 | ci: fix wrong queries | Thomas Vigouroux | |
| 2020-08-16 | fix(queries): use vim-match for non lua regexes | Steven Sojka | |
| 2020-08-05 | PHP: Update locals query | Shirasaka | |
| 2020-08-04 | Add PHP, TOML, and update HTML, javascript queries | Shirasaka | |
| - PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes | |||
