Don't screw up script {} highlighting when there are several levels of {}

SVN revision: 52812
This commit is contained in:
Iván Briano 2010-09-27 21:12:09 +00:00
parent 2d488b5d32
commit 784ac71b15
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ else
syn match embryoErrInBracket display contained "[);{}]" syn match embryoErrInBracket display contained "[);{}]"
endif endif
syn region embryoBrace start='{' end='}' transparent keepend syn region embryoBrace start='{' end='}' transparent
"integer number, or floating point number without a dot and with "f". "integer number, or floating point number without a dot and with "f".
syn case ignore syn case ignore
syn match embryoNumbers display transparent "\<\d\|\.\d" contains=embryoNumber,embryoFloat,embryoOctalError,embryoOctal syn match embryoNumbers display transparent "\<\d\|\.\d" contains=embryoNumber,embryoFloat,embryoOctalError,embryoOctal