Skip to content

Instantly share code, notes, and snippets.

@suidroot
Created April 15, 2014 22:12
Show Gist options
  • Save suidroot/10782308 to your computer and use it in GitHub Desktop.
Save suidroot/10782308 to your computer and use it in GitHub Desktop.
Cisco Router Interface Sublime Text Snippet
<snippet>
<content><![CDATA[
interface ${1:FastEthernet} ${2:0/0/0}
description ${3:SomeDescription}
${4}
!
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>interface</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