zacharytamas / atom-django

Build Django apps faster with Atom.
29 stars 15 forks source link

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

Closed jedabero closed 8 years ago

jedabero commented 8 years ago

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.

baxeico commented 8 years ago

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

atom-django-bug

zacharytamas commented 8 years ago

Working on this now.