From 8c179dc4490c41f5d56bbdffab9db1e046c35a13 Mon Sep 17 00:00:00 2001 From: sachiel Date: Mon, 27 Sep 2010 21:12:09 +0000 Subject: [PATCH] Don't screw up script {} highlighting when there are several levels of {} git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@52812 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- data/vim/syntax/embryo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/vim/syntax/embryo.vim b/data/vim/syntax/embryo.vim index b1a4060..11175d8 100644 --- a/data/vim/syntax/embryo.vim +++ b/data/vim/syntax/embryo.vim @@ -67,7 +67,7 @@ else syn match embryoErrInBracket display contained "[);{}]" 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". syn case ignore syn match embryoNumbers display transparent "\<\d\|\.\d" contains=embryoNumber,embryoFloat,embryoOctalError,embryoOctal -- 2.7.4