You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
In this line, match is an object with an empty nextTokens array:
This causes an infinite loop, and locks Atom. Here is an attempt to use these potentially-empty-matching patterns in language-htmlatom/language-html@bc7c4c9
Not going to fix this for now. The reason is that the matches in question were zero width. This should probably be fixed to avoid user error, but for now grammars shouldn't be constructed with zero width matches.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Line to tokenize:
<
This pattern
In this line,
match
is an object with an emptynextTokens
array:This causes an infinite loop, and locks Atom. Here is an attempt to use these potentially-empty-matching patterns in
language-html
atom/language-html@bc7c4c9cc @nathansobo
The text was updated successfully, but these errors were encountered: