atom-django-templates
atom-django-templates copied to clipboard
Atom support for Django templates.
I installed django-templates in my atom , but after installing , it is not working. I tried many times but still it doesn't effect. Please tell me what should i...
When I use some HTML characters like as ✔ or ✘, syntax highlighting does not work after the first # character. `{% if order.paid %}✔{% else %}✘{% endif %}`
 The issue persists if it is written as one line:  Functionally, the block works fine. The highlighting is just off :-(
django-templates isn't highlighting my template variables enclosed in {{}} 
I've unfortunately uninstalled since I've seen templating does not work. After I've uninstalled, I've come across the problem that, whenever I open up a HTML file, it shows as "Null...
if i want to use multiline comments with ctrl+/ i have to manually change django-templates.cson to '.text.html.django': 'editor': 'commentStart': '{% comment %}' 'commentEnd': '{% endcomment %}' is there a better...
I have one request, I often use template tag conditionals inside my HTML elements to adjust attributes when rendered. For example: ```Link``` or even... ``` Link ``` This type of...
ctrl +/ is warping in {##} instead of default comments tags
I m on windows,when I hit ctrl + /,the default comment is {# #} in html,it is conficted with emmet's comment ,how can I solve this problem?
All you have to do is add Django Templates to the the list of grammars in Emmet's keymaps/emmet.cson file: Where Is that on the computer?