diff --git a/syntax/junoscli.vim b/syntax/junoscli.vim index 1816b07..2c85fab 100644 --- a/syntax/junoscli.vim +++ b/syntax/junoscli.vim @@ -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 /\"[^"]*\"/