Problem with ipsecNumber
Closed this issue · 2 comments
acejacek commented
Something wrong with the regexp, because it doesn't recognizes number parameters correctly.
syn match ipsecNumber contained /\d\+\(\.\d\+\)\=/
Workaround is to simplify the regexp :
syn match ipsecNumber contained /=\d\+/
jessedp commented
Hmm. The ones I've tested this with seem ok - would you mind providing an example or two of something that should match?