Comment lines such as `{# coment #}` break the highlighting of the subsequent lines in Django Templates. Here is an [example in Lightshow](https://github-lightshow.herokuapp.com/?utf8=%E2%9C%93&scope=from-url&grammar_url=https%3A%2F%2Fraw.githubusercontent.com%2Ftextmate%2Fpython-django.tmbundle%2Fmaster%2FSyntaxes%2FHTML%2520%2528Django%2529.tmLanguage&grammar_text=&code_source=from-text&code_url=&code={%25+extends+%22base2.html%22+%25}%0D%0A%0D%0A{%25+block+pagecss+%25}%0D%0A%3Cscript%3E%0D%0Aless+%3D+{%0D%0A++++env%3A+%22development%22%2C%0D%0A++++logLevel%3A+2%2C%0D%0A++++globalVars%3A+{%0D%0A++++++++%2F%2F+Note+the+double-quoting.+This+is+a+CSS+string+value+inside+a+JS%0D%0A++++++++%2F%2F+string.%0D%0A++++++++{%23+We+assume+the+STATIC_URL+doesn%27t+have+any++%27+or+%22+characters.+%23}%0D%0A++++++++basePath%3A+%22%27{{+STATIC_URL+}}%27%22%0D%0A++++}%0D%0A}%3B%0D%0A%3C%2Fscript%3E%0D%0A{%25+endblock+pagecss+%25}%0D%0A%0D%0A{%23+vim%3A+set+filetype%3Ddjango%3A+%23}). This issue was originally reported at github/linguist#2695 by @morganwahl.
Comment lines such as
{# coment #}break the highlighting of the subsequent lines in Django Templates. Here is an example in Lightshow.This issue was originally reported at github-linguist/linguist#2695 by @morganwahl.