Skip to content

Commit

Permalink
Merge pull request #404 from babel/asi-block-comment-fix
Browse files Browse the repository at this point in the history
Patch ASI lookahead to fix block comment bug.
  • Loading branch information
Thom1729 authored Apr 18, 2021
2 parents 9f0ef30 + 83f6fe2 commit db1e8de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion JavaScript (Babel).sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -2882,7 +2882,6 @@ variables:
)
line_continuation_lookahead: >-
(?x:(?=
\s*
(?! \+\+ | -- )
(?=
!= |
Expand Down

0 comments on commit db1e8de

Please sign in to comment.