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

Fix handling of keywords in identifiers #85

Merged
merged 5 commits into from Jun 27, 2019
Merged

Fix handling of keywords in identifiers #85

merged 5 commits into from Jun 27, 2019

Conversation

matthewbauer
Copy link
Member

This case shouldn’t be highlighted. For instance:

python-with-my-packages

Need to look ahead and behind keywords to make sure they are not used
in attribute names.

This case shouldn’t be highlighted. For instance:

  python-with-my-packages

Need to look ahead and behind keywords to make sure they are not used
in attribute names.
otherwise we get out of date .elc files
when a symbol comes after or before the keyword, it is still okay to
use as a keyword.
@matthewbauer matthewbauer merged commit c577957 into master Jun 27, 2019
@etu etu deleted the fix-84 branch June 27, 2019 17:05
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.

None yet

1 participant