Skip to content

Instantly share code, notes, and snippets.

@akamola
Created March 21, 2013 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save akamola/5213226 to your computer and use it in GitHub Desktop.
Save akamola/5213226 to your computer and use it in GitHub Desktop.
Sublime Text 2: Snippet for Perl subroutines
<snippet>
<content><![CDATA[sub ${1:function_name} {
${0:# Code ...}
}
]]></content>
<tabTrigger>sub</tabTrigger>
<scope>source.perl</scope>
<description>Subroutine</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment