Skip to content

Instantly share code, notes, and snippets.

@radelmann
Last active November 9, 2015 20:54
Show Gist options
  • Save radelmann/16aab2c7149df326298f to your computer and use it in GitHub Desktop.
Save radelmann/16aab2c7149df326298f to your computer and use it in GitHub Desktop.

Revisions

  1. radelmann revised this gist Nov 9, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion html5.sublime-snippet
    Original file line number Diff line number Diff line change
    @@ -14,5 +14,5 @@
    </html>
    ]]></content>
    <tabTrigger>html5</tabTrigger>
    <scope>source.html</scope>
    <scope>text.html</scope>
    </snippet>
  2. radelmann created this gist Nov 3, 2015.
    18 changes: 18 additions & 0 deletions html5.sublime-snippet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    <snippet>
    <content><![CDATA[
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Title</title>
    </head>
    <body>
    </body>
    </html>
    ]]></content>
    <tabTrigger>html5</tabTrigger>
    <scope>source.html</scope>
    </snippet>