aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php/highlights.scm
Commit message (Collapse)AuthorAgeFilesLines
* Fix method access using php nullsafe operator (#1773)Wilman Barrios2021-09-171-0/+3
|
* highlights(php): add missings operators `?->` and `=>` (#1729)Wilman Barrios2021-09-171-0/+3
| | | | | | This will: - add nullsafe `?->` as `@operator` - add separator for associative arrays `=>` as `@operator`
* highlights(php): add `instanceof` as `@keyword` (#1728)Wilman Barrios2021-09-171-0/+1
|
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-3/+1
|
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-1/+4
|
* Add support for `match` expression in PHP (#1482)Wilman Barrios2021-07-041-0/+1
|
* Adds support for PHP's arrow funcion (#1427)tk-shirasaka2021-06-281-2/+9
| | | Co-authored-by: shirasaka <shirasaka@n-create.co.jp>
* fix(php): highlights function call expressionelianiva2021-05-191-0/+3
|
* Update queries/php/highlights.scmStephan Seitz2021-05-171-2/+2
| | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
* highlights/locals(php): rename type_name -> named_typeStephan Seitz2021-05-171-1/+2
|
* Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz2020-09-141-0/+4
|
* fix(queries): use vim-match for non lua regexesSteven Sojka2020-08-161-1/+1
|
* PHP: Update locals queryShirasaka2020-08-051-0/+1
|
* Add PHP, TOML, and update HTML, javascript queriesShirasaka2020-08-041-0/+191
- PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes