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:
commit
ca361c43f9
@ -325,7 +325,7 @@ snippet foreachkil
|
|||||||
${0:<!-- html... -->}
|
${0:<!-- html... -->}
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
# $... = array (...)
|
# $... = array (...)
|
||||||
snippet array
|
snippet array b
|
||||||
$${1:arrayName} = array('${2}' => ${3});
|
$${1:arrayName} = array('${2}' => ${3});
|
||||||
snippet try
|
snippet try
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user