rename syntax
This commit is contained in:
parent
f972656025
commit
8c0c5550a0
1 changed files with 5 additions and 3 deletions
|
@ -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…
Reference in a new issue