Update 'syntax/junoscli.vim'
This commit is contained in:
parent
dbe9f1d505
commit
9a0c1391d6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ syn match junosFunction /vlan\.[0-9]\+/
|
|||
syn match junosFunction /node[0-9]\+/
|
||||
|
||||
syn match junosComment /description.*$/
|
||||
syn match junosComment /\s*#.*$/
|
||||
syn match junosComment /\s*##.*$/
|
||||
syn region junosComment contained start='/*' end='*/'
|
||||
|
||||
syn match junosString /\"[^"]*\"/
|
||||
|
|
Loading…
Reference in a new issue