From 3c47f192b5758222a1e8055c7e08650e05d0d171 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 20 May 2020 19:44:40 +0200 Subject: Fix jinja.html detection --- ftdetect/polyglot.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ftdetect') 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 -- cgit v1.2.3