I created this snippet for ST3 which should be triggered by typing two underscores:
<snippet>
<content><![CDATA[
<?php echo $this->__('${1:TEXT'); ?>
]]></content>
<tabTrigger>__</tabTrigger>
</snippet>
Whenever I type the two underscores followed by TAB
, the two underscores simply diappear and nothing more happens. Any idea what could be wrong here? I had this working before already...