I'm working on https://github.com/MLstate/OpaSublimeText and would like to have a tag snippet.
Problem is, the tabTrigger with < is not working for instance with:
<snippet>
<content><![CDATA[aaa]]></content>
<tabTrigger><</tabTrigger>
<scope>source.opa</scope>
</snippet>
Other snippets are fine, as classical alphanumerical tabTriggers.
Any idea?