diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-24 10:50:19 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-24 10:50:19 +0200 |
commit | e2bbed8acc1f1cf498a0085cf771cf9bf40fb709 (patch) | |
tree | 001f4955c399ac71b34fa38f2a3bd63526df50d6 /tests/filetypes.vim | |
parent | 6b4da2753814cc61cd842c589d829f03cd7ca98d (diff) | |
download | vim-polyglot-e2bbed8acc1f1cf498a0085cf771cf9bf40fb709.tar.gz vim-polyglot-e2bbed8acc1f1cf498a0085cf771cf9bf40fb709.zip |
Fix django highlighting, fixes #553
Diffstat (limited to 'tests/filetypes.vim')
-rw-r--r-- | tests/filetypes.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 3128a730..8d077072 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -95,7 +95,8 @@ call TestFiletype('graphql') call TestFiletype('groovy') call TestFiletype('grub') call TestFiletype('haml') -call TestFiletype('mustache') +call TestFiletype('html.mustache') +call TestFiletype('html.handlebars') call TestFiletype('haskell') call TestFiletype('haxe') call TestFiletype('hcl') @@ -108,7 +109,7 @@ call TestFiletype('idris2') call TestFiletype('lidris2') call TestFiletype('ion') call TestFiletype('Jenkinsfile') -call TestFiletype('jinja.html') +call TestFiletype('htmldjango') call TestFiletype('jq') call TestFiletype('json5') call TestFiletype('json') |