Add .jinja2 file extension to supported web files. (#2977)

This commit is contained in:
Axel Soll 2020-04-26 21:51:01 +02:00 committed by GitHub
parent 869dff09e1
commit 3f6cf65c14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'