forked from Y-Ysss/vscode-cisco-config-highlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
12 lines (12 loc) · 1.38 KB
/
package.nls.json
File metadata and controls
12 lines (12 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
{
"configuration.properties.showSymbolsInOutlinePanel.description": "[Experimental Feature] Show Symbol Definitions Within a Document.\nAllow the user to show in outline panel and quickly navigate to any symbol definition in the document.",
"configuration.properties.showEnableDisableSymbols.description": "[Experimental Feature] Enable and disable the symbols to display. \nThis option requires Show Symbols In Outline Panel to be enabled.",
"configuration.properties.symbols.command.description": "Command (e.g. 'hostname#show running-config')",
"configuration.properties.symbols.ipVrf.description": "Virtual Routing and Forwarding(VRF) 'ip vrf {vrf-name}'",
"configuration.properties.symbols.routerBgp.description": "Border Gateway Protocol(BGP) 'router bgp {autonomous-system-number}'",
"configuration.properties.symbols.addressFamily.description": "Border Gateway Protocol(BGP) 'address-family ipv4 {unicast|multicast|vrf vrf-name }'",
"configuration.properties.symbols.classMap.description": "Group 'class-map {match-any|match-all} name'",
"configuration.properties.symbols.policyMap.description": "Group 'policy-map {name}'",
"configuration.properties.symbols.interface.description": "Interface 'interface {type, slot, port, etc...}'",
"configuration.properties.symbols.subInterface.description": "Sub Interface 'interface {type, slot, port, etc...}.{number}'"
}