summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-05-20 19:44:40 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-05-20 19:44:40 +0200
commit3c47f192b5758222a1e8055c7e08650e05d0d171 (patch)
tree324207bf77573dfd279ebe44c6eb02242444521e
parentc8b350432ca844d2771632d74c5d1175cffd57eb (diff)
downloadvim-polyglot-3c47f192b5758222a1e8055c7e08650e05d0d171.tar.gz
vim-polyglot-3c47f192b5758222a1e8055c7e08650e05d0d171.zip
Fix jinja.html detection
-rw-r--r--ftdetect/polyglot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index b41e423c..97c8e7c8 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -85,6 +85,7 @@ au BufNewFile,BufRead *.swift set ft=swift
"jinja
au BufNewFile,BufRead *.jinja2,*.j2,*.jinja,*.nunjucks,*.nunjs,*.njk set ft=jinja
+au BufNewFile,BufRead *.html.jinja2,*.html.j2,*.html.jinja,*.htm.jinja2,*.htm.j2,*.htm.jinja set ft=jinja.html
"jsx
au BufNewFile,BufRead *.jsx set ft=javascriptreact