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