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

Fixes #67 #69

Merged
merged 2 commits into from
Nov 15, 2015
Merged

Fixes #67 #69

merged 2 commits into from
Nov 15, 2015

Conversation

tomedunn
Copy link
Contributor

One of the recent updates to Atom changed how the \G tag was being used in grammar regex rules. This caused certain attributes to be flagged as invalid when they shouldn't have been. This commit fixes this issue by removing the \G from these rules. Unfortunately this also allows for certain syntax mistakes to no longer be marked as incorrect.

After the rule for variables was introduced variables would be matched
everywhere except in name-lists in type definition statements. This was
an oversight and has been fixed.

The scope for the operator keyword in operator interface constructs was
not correct in the interface construct end statement. This has been
fixed.
One of the recent updates to Atom changed how the \\G tag was being used
in grammar regex rules. This caused certain attributes to be flagged as
invalid when they shouldn't have been. This commit fixes this issue by
removing the \\G from these rules. Unfortunately this also allows for
certain syntax mistakes to no longer be marked as incorrect.
dparkins pushed a commit that referenced this pull request Nov 15, 2015
@dparkins dparkins merged commit fa97bd2 into dparkins:master Nov 15, 2015
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.

2 participants