You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming to vscode from atom and using Djaneiro in both.
In vscode, typing comment[tab] in a template yields the html <comment> tag rather than Django's {% comment %} templatetag. Double checked that the current syntax is "Django Template".
Thanks.
The text was updated successfully, but these errors were encountered:
shacker
changed the title
comment being overriden by html languagecomment being overriden by html syntax
Mar 19, 2018
Addendum: In the same document, but in the sub-context of a <script type="text/javascript"> section within the same Django Template, I pressed Cmd-/ , expecting a JS // but got a Django {% comment %} tag within JS context. So there seems to be some context slippage.
Coming to vscode from atom and using Djaneiro in both.
In vscode, typing
comment[tab]
in a template yields the html<comment>
tag rather than Django's{% comment %}
templatetag. Double checked that the current syntax is "Django Template".Thanks.
The text was updated successfully, but these errors were encountered: