mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Add search aliases for ?:, ??, and ??=
This commit is contained in:
@@ -319,6 +319,9 @@ $uri_aliases = array (
|
||||
"splat" => "functions.arguments",
|
||||
"arrow" => "functions.arrow",
|
||||
"fn" => "functions.arrow",
|
||||
"?:" => "language.operators.comparison",
|
||||
"??" => "language.operators.comparison",
|
||||
"??=" => "language.operators.assignment",
|
||||
|
||||
"dowhile" => "control-structures.do.while",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user