summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-14 23:26:36 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-14 23:26:36 +0200
commitba11e0f1ad214a0696ab48fbfdf06afd08ad2f91 (patch)
tree5d023d134d9222f939b3f8b015f133cad31a8c41 /tests
parentc45f0b8f640156142773eeb4d13b86b79605291a (diff)
downloadvim-polyglot-ba11e0f1ad214a0696ab48fbfdf06afd08ad2f91.tar.gz
vim-polyglot-ba11e0f1ad214a0696ab48fbfdf06afd08ad2f91.zip
Improve django detection, closes #585
Diffstat (limited to 'tests')
-rw-r--r--tests/extensions.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extensions.vim b/tests/extensions.vim
index de074e5d..6b4b7fe8 100644
--- a/tests/extensions.vim
+++ b/tests/extensions.vim
@@ -371,6 +371,7 @@ call TestExtension("mason", "mason2.html", "<%filter></%filter>")
call TestExtension("htmldjango", "jinja2.html", "{% for item in navigation %}{% endfor %}")
call TestExtension("htmldjango", "jinja3.html", "{% block head %}")
call TestExtension("htmldjango", "jinja4.html", "{# some comment #}")
+call TestExtension("htmldjango", "jinja3.html", "{% load static %}")
call TestExtension("xhtml", "xhtml.html", "<DTD XHTML ")
" many html templates use {{ }}, e.g. Angular, we should not assume django