From 81deccef65e6dd8fe145cd5fb8fd349db3b28192 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 30 Jul 2016 13:18:40 +0200 Subject: Update --- after/syntax/jsx.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'after/syntax') diff --git a/after/syntax/jsx.vim b/after/syntax/jsx.vim index de544a37..a8ca0aea 100644 --- a/after/syntax/jsx.vim +++ b/after/syntax/jsx.vim @@ -48,7 +48,7 @@ syn region jsxChild contained start=+{+ end=++ contains=jsBlock,javascriptBlock " preceding it, to avoid conflicts with, respectively, the left shift operator " and generic Flow type annotations (http://flowtype.org/). syn region jsxRegion - \ contains=@XMLSyntax,jsxRegion,jsxChild,jsBlock,javascriptBlock + \ contains=@Spell,@XMLSyntax,jsxRegion,jsxChild,jsBlock,javascriptBlock \ start=+\%(<\|\w\)\@+ \ end=++ -- cgit v1.2.3