aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/php/highlights.scm
Commit message (Collapse)AuthorAge
* queries/php: add missing keywords `unset` and `clone` (#6299)Ivan2023-03-14
|
* Update highlight for PHP (#6203)Erasin Wang2023-03-08
| | | | | - update tree-sitter-php - add basic types, operator - refine keyword
* Fix php hightlight (#3317)Erasin2022-08-05
| | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Update tree-sitter-php to latest upstream (#1521)Daniel S Poulin2022-01-16
| | | Brings in PHP 8.1 features, like enums, union types and the like.
* Updated tree-sitter query scopes (#896)Kirawi2021-11-03
| | | | | | | | | | | | | | | | | | * updated theme scopes variable.property -> variable.field property -> variable.field * updated theme scopes * update book and themes updated book and themes to reflect scope changes * wip * update more queries * update dark_plus.toml
* fix digit escapes in java & php highlights (#846)Michael Davis2021-10-16
|
* Add tree-sitter queries.Blaž Hrastnik2021-04-09