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

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -