Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <snippet>
  2. <content><![CDATA[
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>${1:title}</title>
  7. <meta charset="utf-8">
  8. </head>
  9. <body>
  10. <script>
  11. </script>
  12. </body><!-- ${1:title} -->
  13. </html>
  14. ]]></content >
  15. <description>html document</description>
  16. <tabTrigger>html5</tabTrigger>
  17. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  18. <!-- <scope >source.python</scope > -->
  19. </snippet >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement