| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | highlights(php): detect constructor calls on instantiation | Michael Härtl | 2022-01-17 | 1 | -5/+7 | |
| | | ||||||
| * | fix(php): change query for @constructor group | Infectos | 2022-01-16 | 1 | -2/+3 | |
| | | ||||||
| * | highlights(php): fix and add missing highlights | Michael Härtl | 2022-01-15 | 1 | -7/+61 | |
| | | ||||||
| * | PHP: highlight unset | Santos Gallegos | 2021-12-23 | 1 | -0/+1 | |
| | | | | | | | 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 | |||||
| * | Prefer lua-match over match | Lewis Russell | 2021-11-23 | 1 | -1/+1 | |
| | | | | | as string.find is much quicker than vim.regex:match* | |||||
| * | Fix method access using php nullsafe operator (#1773) | Wilman Barrios | 2021-08-30 | 1 | -0/+3 | |
| | | ||||||
| * | highlights(php): add missings operators `?->` and `=>` (#1729) | Wilman Barrios | 2021-08-26 | 1 | -0/+3 | |
| | | | | | | | This will: - add nullsafe `?->` as `@operator` - add separator for associative arrays `=>` as `@operator` | |||||
| * | highlights(php): add `instanceof` as `@keyword` (#1728) | Wilman Barrios | 2021-08-21 | 1 | -0/+1 | |
| | | ||||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -3/+1 | |
| | | ||||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -1/+4 | |
| | | ||||||
| * | Add support for `match` expression in PHP (#1482) | Wilman Barrios | 2021-07-04 | 1 | -0/+1 | |
| | | ||||||
| * | Adds support for PHP's arrow funcion (#1427) | tk-shirasaka | 2021-06-28 | 1 | -2/+9 | |
| | | | | Co-authored-by: shirasaka <shirasaka@n-create.co.jp> | |||||
| * | fix(php): highlights function call expression | elianiva | 2021-05-19 | 1 | -0/+3 | |
| | | ||||||
| * | Update queries/php/highlights.scm | Stephan Seitz | 2021-05-17 | 1 | -2/+2 | |
| | | | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||||
| * | highlights/locals(php): rename type_name -> named_type | Stephan Seitz | 2021-05-17 | 2 | -2/+7 | |
| | | ||||||
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 | |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | |||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | * 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 | |||||
| * | Add indents for php | shirasaka | 2021-03-22 | 2 | -7/+34 | |
| | | ||||||
| * | Mark several invalid queries | Stephan Seitz | 2021-03-16 | 1 | -6/+7 | |
| | | ||||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -1/+3 | |
| | | | | Closes #236 | |||||
| * | Add injections to PHP | shirasaka | 2020-11-24 | 1 | -0/+1 | |
| | | ||||||
| * | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | 2020-09-14 | 1 | -0/+4 | |
| | | ||||||
| * | Folds: rename query files to folds.scm to be consistent | Santos Gallegos | 2020-09-14 | 1 | -0/+0 | |
| | | | | | We use plural names for all query files except folds. | |||||
| * | Update PHP query | Shirasaka | 2020-09-12 | 2 | -18/+59 | |
| | | ||||||
| * | ci: fix wrong queries | Thomas Vigouroux | 2020-09-11 | 1 | -2/+2 | |
| | | ||||||
| * | fix(queries): use vim-match for non lua regexes | Steven Sojka | 2020-08-16 | 1 | -1/+1 | |
| | | ||||||
| * | PHP: Update locals query | Shirasaka | 2020-08-05 | 2 | -6/+28 | |
| | | ||||||
| * | Add PHP, TOML, and update HTML, javascript queries | Shirasaka | 2020-08-04 | 2 | -0/+213 | |
| - PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes | ||||||
