snippet

30 views
Skip to first unread message

Alexandre Evangelista de Souza

unread,
May 17, 2013, 11:09:18 AM5/17/13
to sublime-text-ja...@googlegroups.com

hi

anybody could help for make a snippet
I make but it don't work
and don't understand

it is

<snippet>
    <content><![CDATA[
<doctype HTML>
  <html lang="pt-BR">
      <head>
          <title>${1:<!-- nome da pagina -->}</title>
      </head>

      <body>

${2:<!-- nome da pagina -->}

      </body>
  </html>
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>html5</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.html</scope>
  <description>Gera html 5 base</description>
</snippet>

and I salve in .config/sublime-text-2/Packages/User

but when I write html5 and press a space nothing work
Reply all
Reply to author
Forward
0 new messages