From d1453cdd76a69e8eaacb6ec3737b1a83e3a681a5 Mon Sep 17 00:00:00 2001 From: Jan Mollowitz Date: Mon, 11 Jan 2016 15:23:33 +0100 Subject: [PATCH] PHP: trigger php 'array' snippet only for beginning of line. --- snippets/php.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/php.snippets b/snippets/php.snippets index 45a7821..9306b81 100644 --- a/snippets/php.snippets +++ b/snippets/php.snippets @@ -325,7 +325,7 @@ snippet foreachkil ${0:} # $... = array (...) -snippet array +snippet array b $${1:arrayName} = array('${2}' => ${3}); snippet try try {