atom-django-templates icon indicating copy to clipboard operation
atom-django-templates copied to clipboard

Atom support for Django templates.

Results 18 atom-django-templates issues
Sort by recently updated
recently updated
newest added

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 &#10004 or &#10008, syntax highlighting does not work after the first # character. `{% if order.paid %}&#10004{% else %}&#10008{% endif %}`

![image](https://user-images.githubusercontent.com/13258432/100474197-12a24800-30ae-11eb-8cad-f4006e19f44c.png) The issue persists if it is written as one line: ![image](https://user-images.githubusercontent.com/13258432/100474218-277edb80-30ae-11eb-98d5-531d00e1afef.png) Functionally, the block works fine. The highlighting is just off :-(

django-templates isn't highlighting my template variables enclosed in {{}} ![screen shot 2019-02-25 at 6 56 25 pm](https://user-images.githubusercontent.com/26681093/53322311-23e58000-392f-11e9-9686-56c9e7dc63a6.png)

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?