Skip to content

Commit db1e8de

Browse files
authored
Merge pull request #404 from babel/asi-block-comment-fix
Patch ASI lookahead to fix block comment bug.
2 parents 9f0ef30 + 83f6fe2 commit db1e8de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

JavaScript (Babel).sublime-syntax

-1
Original file line numberDiff line numberDiff line change
@@ -2882,7 +2882,6 @@ variables:
28822882
)
28832883
line_continuation_lookahead: >-
28842884
(?x:(?=
2885-
\s*
28862885
(?! \+\+ | -- )
28872886
(?=
28882887
!= |

0 commit comments

Comments
 (0)