Skip to content
New issue

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

Regexish #669

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Regexish #669

wants to merge 3 commits into from

Conversation

hippietrail
Copy link
Contributor

This resolved #649

For now it only deals with character ranges such as [a-zA-Z0-9] which is enough to prevent us from flagging zA as a spelling mistake.

I find lexers much easier to write and debug with very short variable names. Let me know if I should change them.

This resolved Automattic#649

For now it only deals with character ranges such as [a-zA-Z0-9] which is enough to prevent us from flagging zA as a spelling mistake.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Should probably not flag regex-ish things in comments
1 participant