Skip to content

Instantly share code, notes, and snippets.

@aerze
Last active August 29, 2015 14:06
Show Gist options
  • Save aerze/2e9e5dbf0de2927b06e3 to your computer and use it in GitHub Desktop.
Save aerze/2e9e5dbf0de2927b06e3 to your computer and use it in GitHub Desktop.
Save as tryCatch.sublime-snippet and place in ..\Sublime Text 3\Packages\User\
<snippet>
<content><![CDATA[
try {
${1:// (╯°□°)╯︵ ┻━┻ }
} catch() {
${2:// ┬─┬ ノ( ゜-゜ノ)}
}}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>try</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment