mirror of
https://github.com/samsonjs/config.git
synced 2026-04-25 14:47:40 +00:00
6 lines
239 B
XML
6 lines
239 B
XML
<snippet>
|
|
<content><![CDATA[\$${1:arrayName} = array('$2' => $3${4:,} $0);]]></content>
|
|
<tabTrigger>array</tabTrigger>
|
|
<scope>source.php - variable.other.php</scope>
|
|
<description>$… = array (…)</description>
|
|
</snippet>
|