1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

aliases for ... operator

This commit is contained in:
Peter Cowburn
2014-08-25 21:25:47 +01:00
parent 19ff71502d
commit 606868ac27

View File

@@ -336,6 +336,8 @@ $uri_aliases = array (
"@" => "language.operators.errorcontrol",
"&" => "language.references",
"**" => "language.operators.arithmetic",
"..." => "functions.arguments",
"splat" => "functions.arguments",
"dowhile" => "control-structures.do.while",