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