Skip to content

Instantly share code, notes, and snippets.

@suidroot
Created April 15, 2014 22:10
Show Gist options
  • Save suidroot/10782160 to your computer and use it in GitHub Desktop.
Save suidroot/10782160 to your computer and use it in GitHub Desktop.
Sublime Text 2 ASA ACL Snippet
<snippet>
<content><![CDATA[
access-list ${1:NAME} extended ${2:permit} ${3:ip} ${4:source} ${5:source-port} ${6:destination} ${7:destination-port}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>access-list</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment