Merge pull request #668 from phux/hotfix/php-array-snippet-only-in-beginning

PHP: trigger php 'array' snippet only for beginning of line.
This commit is contained in:
Louis Pilfold 2016-01-29 18:10:16 +00:00
commit ca361c43f9

View File

@ -325,7 +325,7 @@ snippet foreachkil
${0:<!-- html... -->}
<?php endforeach; ?>
# $... = array (...)
snippet array
snippet array b
$${1:arrayName} = array('${2}' => ${3});
snippet try
try {