diff options
| author | Wilman Barrios <wilmanbarrios@gmail.com> | 2021-08-26 13:15:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-26 12:15:09 -0500 |
| commit | 1e4c846d01561821a737d08a6a5e2ac16d19c332 (patch) | |
| tree | aacd27898f6eadca75e0aa0ea9cf2033f69ec4ae /queries/php/highlights.scm | |
| parent | 73798e3793992715d45008e22b3f893f00169c42 (diff) | |
highlights(php): add missings operators `?->` and `=>` (#1729)
This will:
- add nullsafe `?->` as `@operator`
- add separator for associative arrays `=>` as `@operator`
Diffstat (limited to 'queries/php/highlights.scm')
| -rw-r--r-- | queries/php/highlights.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/queries/php/highlights.scm b/queries/php/highlights.scm index 00a33ab4..7005518c 100644 --- a/queries/php/highlights.scm +++ b/queries/php/highlights.scm @@ -182,6 +182,9 @@ ">>" "->" + "?->" + + "=>" "<" "<=" |
