We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if
1 parent 293d8b8 commit 46bcbc1Copy full SHA for 46bcbc1
1 file changed
after/syntax/javascript.vim
@@ -24,12 +24,13 @@ endif
24
" <tag></tag>
25
" s~~~~~~~~~~~e
26
syntax region jsxRegion
27
- \ start=+<\z([^ /!?<>"'=:]\+\)>\@=+
+ \ start=+<\z([^ /!?<>"'=:]\+\)+
28
\ skip=+<!--\_.\{-}-->+
29
\ end=+</\z1\_\s\{-}[^(=>)]>+
30
\ end=+>\n\?\s*)\@=+
31
\ end=+>\n\?\s*}\@=+
32
\ end=+>;\@=+
33
+ \ end=+\n\?\s\*,+
34
\ end=+\s*,\@=+
35
\ end=+\s\+:\@=+
36
\ fold
0 commit comments