fxbois / web-mode

web template editing mode for emacs
https://web-mode.org
GNU General Public License v3.0
1.64k stars 260 forks source link

Adds blocktranslate/endblocktranslate to web-mode-django-control-blocks #1297

Closed e11bits closed 7 months ago

e11bits commented 7 months ago

Since Django 3.1 the tags blocktranslate and endblocktranslate can be used instead of blocktrans and endblocktrans.

see https://docs.djangoproject.com/en/5.0/releases/3.1/#templates

This PR just adds these new tags to web-mode-django-control-blocks

fxbois commented 7 months ago

Thx