Skip to content

Instantly share code, notes, and snippets.

@jakubfiala
Created January 19, 2018 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakubfiala/9bc6acf143d32cdbaf65d7f72728910f to your computer and use it in GitHub Desktop.
Save jakubfiala/9bc6acf143d32cdbaf65d7f72728910f to your computer and use it in GitHub Desktop.
Sublime Text snippets
<snippet>
<content><![CDATA[
¯\_(ツ)_/¯
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>ohwell</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
<snippet>
<content><![CDATA[
#!/usr/bin/env bash
set -o errexit
set -o nounset
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>shebang</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.shell</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment