If I have a code like: ``` {#{% for category in shop.categories %}#} ``` the highlighting for the entire document stops working. If I insert a space after the hashtag: ``` {# {% for category in shop.categories %} #} ``` it works fine.