django - Creating a shortcut - Atom -


i need use shortcut creates {% %} in html file. use emmet doesn't support kind of syntax. know other packages allows or how create shortcut this?

you can create own custom snippets django. there used package zen coding (the predecessor emmet), since snippets no longer stored in xml json (and new format simpler!) yet, use reference create own snippets.

alternatively, take @ non-emmet django snippets.


Comments

Popular posts from this blog

javascript - How do you prevent nested queries/catches in sequelize? -

ruby on rails - ActiveRecord order not working -

java - ConcurrentModificationException upon committing transaction with Hibernate -