summaryrefslogtreecommitdiffstats
path: root/after/syntax/mdx.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--after/syntax/mdx.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/after/syntax/mdx.vim b/after/syntax/mdx.vim
index 68caa276..5538f881 100644
--- a/after/syntax/mdx.vim
+++ b/after/syntax/mdx.vim
@@ -1,5 +1,6 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'mdx') == -1
+
" based on mxw/vim-jsx
if exists('b:current_syntax')
@@ -40,4 +41,5 @@ syn cluster jsExpression add=jsxRegion
" Allow jsxRegion to contain reserved words.
syn cluster javascriptNoReserved add=jsxRegion
+
endif