We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49af61d commit 4221fa0Copy full SHA for 4221fa0
1 file changed
after/syntax/javascript.vim
@@ -31,6 +31,7 @@ syntax region jsxRegion
31
\ end=+>\n\?\s*}\@=+
32
\ end=+>;\@=+
33
\ end=+\n\?\s\*,+
34
+ \ end=+\s*,\@=+
35
\ end=+\s*:\@=+
36
\ fold
37
\ contains=jsxCloseString,jsxCloseTag,jsxTag,jsxComment,javascriptParens,
0 commit comments