From 3f6cf65c148209595a14d552a5d7631c62c4bfc2 Mon Sep 17 00:00:00 2001 From: Axel Soll Date: Sun, 26 Apr 2020 21:51:01 +0200 Subject: [PATCH] Add .jinja2 file extension to supported web files. (#2977) --- modules/lang/web/+html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/web/+html.el b/modules/lang/web/+html.el index 345521889..150b5a655 100644 --- a/modules/lang/web/+html.el +++ b/modules/lang/web/+html.el @@ -12,7 +12,7 @@ :mode "\\.svelte\\'" :mode "\\.vue\\'" :mode "\\.twig\\'" - :mode "\\.jinja\\'" + :mode "\\.jinja2?\\'" :mode "wp-content/themes/.+/.+\\.php\\'" :mode "templates/.+\\.php\\'" ;; REVIEW We associate TSX files with `web-mode' because `typescript-mode'