This commit is contained in:
Adam Stankiewicz
2015-10-18 16:07:12 +02:00
parent aec5e42bdb
commit ae882e85f8
3 changed files with 7 additions and 3 deletions

View File

@@ -44,4 +44,8 @@ syn region xmlString contained start=+{+ end=++ contains=jsBlock,javascriptBlock
" Add jsxRegion to the lowest-level JS syntax cluster.
syn cluster jsExpression add=jsxRegion
" Allow jsxRegion to contain reserved words.
" See: https://github.com/othree/yajs.vim
syn cluster javascriptNoReserved add=jsxRegion
endif