We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These two rules contain a patterns property, but no end property:
patterns
end
language-jison/grammars/jison.cson
Line 35 in 7b43e22
Line 39 in 7b43e22
These rules are not valid, because they cause the highlighter to push a new rule onto its stack which can never be popped off.
GitHub's engine used to allow this, but now it does not. See also textmate/textmate#1437.
The text was updated successfully, but these errors were encountered:
@maxbrunsfeld Thanks for getting to the bottom of this!
Sorry, something went wrong.
No branches or pull requests
These two rules contain a
patterns
property, but noend
property:language-jison/grammars/jison.cson
Line 35 in 7b43e22
language-jison/grammars/jison.cson
Line 39 in 7b43e22
These rules are not valid, because they cause the highlighter to push a new rule onto its stack which can never be popped off.
GitHub's engine used to allow this, but now it does not. See also textmate/textmate#1437.
The text was updated successfully, but these errors were encountered: