We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if
1 parent a385599 commit 293d8b8Copy full SHA for 293d8b8
1 file changed
after/syntax/javascript.vim
@@ -24,13 +24,12 @@ 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