TextMate and Django Integration - Markup Support {%%}

I installed the TextMate package, which I believe allows you to automatically close "{{" markup "(so that it automatically closes the markup using"}} "), but this is not possible with another markup that uses" { % "and"%} ".

So, I was wondering if anyone knows how to get TextMate to add auto-closing tags for {%%}, as has already been done with {{}}.

Any help is appreciated!

+3
source share
2 answers

Possibly - the Rails package does this for ERB (<% automatically receives closing tags%>).

, , , .

+2

, , Django TextMate , ctrl-% (ctrl-shift-5).

" Bundles → Python Django", .

+1

Source: https://habr.com/ru/post/1729792/


All Articles