From 606868ac276bc2b9fcd2f17032f47f8d87785164 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Mon, 25 Aug 2014 21:25:47 +0100 Subject: [PATCH] aliases for ... operator --- error.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/error.php b/error.php index ec0997be5..0a35219a4 100644 --- a/error.php +++ b/error.php @@ -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",