You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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