Update 'syntax/junoscli.vim'

This commit is contained in:
Emily 2022-04-28 13:44:13 +02:00
parent dbe9f1d505
commit 9a0c1391d6
No known key found for this signature in database
GPG key ID: 8D1D360A4CDF4155

View file

@ -60,7 +60,7 @@ syn match junosFunction /vlan\.[0-9]\+/
syn match junosFunction /node[0-9]\+/ syn match junosFunction /node[0-9]\+/
syn match junosComment /description.*$/ syn match junosComment /description.*$/
syn match junosComment /\s*#.*$/ syn match junosComment /\s*##.*$/
syn region junosComment contained start='/*' end='*/' syn region junosComment contained start='/*' end='*/'
syn match junosString /\"[^"]*\"/ syn match junosString /\"[^"]*\"/