Closed jedabero closed 9 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.
Have the same problem: syntax highlighting stops after from django.template.loader import render_to_string, see screenshot:
from django.template.loader import render_to_string
Working on this now.
To reproduce just add
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.