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

Syntax highlighting fails/stops after "from django.shortcuts import render" #9

Closed
jedabero opened this issue Nov 1, 2015 · 2 comments

Comments

@jedabero
Copy link

jedabero commented Nov 1, 2015

To reproduce just add

from django.shortcuts import render

at the top, or any other point of a file.
I guess it's because it identifies render as a function so it should have the parenthesis right after it, but I'm pretty sure you cant import a function that way.

@jedabero jedabero changed the title Syntax highlighting fails after "from django.shortcuts import render" Syntax highlighting fails/stops after "from django.shortcuts import render" Nov 1, 2015
@baxeico
Copy link

baxeico commented Nov 6, 2015

Have the same problem: syntax highlighting stops after from django.template.loader import render_to_string, see screenshot:

atom-django-bug

@zacharytamas
Copy link
Owner

Working on this now.

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

No branches or pull requests

3 participants