Skip to content

Instantly share code, notes, and snippets.

@suidroot
Created April 15, 2014 22:13
Show Gist options
  • Save suidroot/10782471 to your computer and use it in GitHub Desktop.
Save suidroot/10782471 to your computer and use it in GitHub Desktop.
Cisco VLAN Creation Sublime Text Snippet
<snippet>
<content><![CDATA[
vlan ${1:1}
name ${2:name}
!
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>vlan</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.Cisco</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment