summaryrefslogtreecommitdiffstats
path: root/after/syntax/jsx.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-07-30 13:18:40 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-07-30 13:19:35 +0200
commitab61d2ac8eafc9c10097577736602da48ec568ca (patch)
treec33fcffa647794194376beb91ee35d8d3f8fcc4e /after/syntax/jsx.vim
parentf42e1f477ccc8ba4ef756b6d7d16a26686b4b75f (diff)
downloadvim-polyglot-ab61d2ac8eafc9c10097577736602da48ec568ca.tar.gz
vim-polyglot-ab61d2ac8eafc9c10097577736602da48ec568ca.zip
Update
Diffstat (limited to 'after/syntax/jsx.vim')
-rw-r--r--after/syntax/jsx.vim2
1 files changed, 1 insertions, 1 deletions
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\)\@<!<\z([a-zA-Z][a-zA-Z0-9:\-.]*\)+
\ skip=+<!--\_.\{-}-->+
\ end=+</\z1\_\s\{-}>+