-
Notifications
You must be signed in to change notification settings - Fork 95
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
'not' keyword isn't being highlighted in Atom #19
Comments
Can't reproduce. Could you please provide about 10 lines of code before/after those lines? What color theme are you using? |
I imagine that it has to do with the syntax theme because it is happening elsewhere in my code. Here's the info: Syntax theme: Lines above def mailing_list_preferences_test():
email = 'abc@123.com'
user = User.query.filter_by(email=email).first_or_404()
form = MailingListForm()
# Don't fill fields on form submit
if not form.validate_on_submit():
form.fill_fields_with_user(user) |
Just tried it on the other syntax themes that ship with Atom. None of them highlighted the case I gave you just now, but solarized-light-syntax and atom-light-syntax highlighted some of the |
Awesome, thanks! |
Default Python syntax:

MagicPython syntax:

The text was updated successfully, but these errors were encountered: