rename syntax

master
emily 2 years ago
parent f972656025
commit 8c0c5550a0
No known key found for this signature in database
GPG Key ID: 8D1D360A4CDF4155

@ -69,8 +69,10 @@ syn keyword junosVar low high
syn match junosVar /\d\+/
syn keyword junosInterface vme
syn match junosInterface /\(xe\|ge\|vcp\|gr\)\-[0-9]\+\/[0-9]\+\/[0-9]\+\( \|\n\|\s\|\.[0-9]\+\)/
syn match junosInterface /\(ae\|reth\|fab\|vcp\|lo\)[0-9]\+\( \|\n\|\s\|\.[0-9]\+\)/
syn match junosInterface /\(xe\|ge\|vcp\|gr\)\-[0-9]\+\/[0-9]\+\/[0-9]\+\(
\|\n\|\s\|\.[0-9]\+\)/
syn match junosInterface /\(ae\|reth\|fab\|vcp\|lo\)[0-9]\+\(
\|\n\|\s\|\.[0-9]\+\)/
syn match junosInterface /virtual\-chassis/
syn match junosInterface /vlan\sunit\s[0-9]\+/
@ -92,4 +94,4 @@ hi link junosConfigure Function
hi link junosDef String
hi link junosIpv4 Underlined
let b:current_syntax = "junos"
let b:current_syntax = "junos-cli"

Loading…
Cancel
Save