Your comments

How can i escape the char "<" on creating snippets to sublime text 2 ?

my tabTrigger is: <

look at the file
<snippet>
<content><![CDATA[
<% ${1:let's rock} %>
]]></content>
<tabTrigger>></tabTrigger>
</snippet>

But a got error while saving the snippet. Any ideas?