Skip to content

Instantly share code, notes, and snippets.

@javajosh
Created February 2, 2015 03:19
Show Gist options
  • Save javajosh/74cc31dd36d61194c7ed to your computer and use it in GitHub Desktop.
Save javajosh/74cc31dd36d61194c7ed to your computer and use it in GitHub Desktop.
My snippet
<snippet>
<content><![CDATA[
blah blah
]]></content>
<!-- Optional: Tab trigger to activate the snippet -->
<tabTrigger>html5</tabTrigger>
<!-- Optional: Scope the tab trigger will be active in -->
<scope>source.html</scope>
<!-- Optional: Description to show in the menu -->
<description>My Fancy HTML snippet</description>
</snippet>
@javajosh
Copy link
Author

javajosh commented Feb 2, 2015

This file is called "~/Library/Application Support/Sublime Text 2/Packages/User/html.sublime-snippet", but when I type "html5" then tab in an html file, it doesn't expand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment