summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-08 00:40:28 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-08 00:40:28 +0200
commitbb3de8fa5e509d5f5faf173fd1a92635a0023274 (patch)
treea6401fbc683b8213f008d0564fa40e7f81e1c6f2 /tests
parentb3763a917a6a3ca85ae51086fc8d29b28f66fc88 (diff)
downloadvim-polyglot-bb3de8fa5e509d5f5faf173fd1a92635a0023274.tar.gz
vim-polyglot-bb3de8fa5e509d5f5faf173fd1a92635a0023274.zip
Fix markdown and other highlighting, #578
Diffstat (limited to 'tests')
-rw-r--r--tests/filetypes.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim
index 5676807d..1c2daaeb 100644
--- a/tests/filetypes.vim
+++ b/tests/filetypes.vim
@@ -112,7 +112,6 @@ call TestFiletype('haskell')
call TestFiletype('haxe')
call TestFiletype('hcl')
call TestFiletype('hive')
-call TestFiletype('html')
call TestFiletype('i3config')
call TestFiletype('icalendar')
call TestFiletype('idris')
@@ -632,5 +631,6 @@ call TestFiletype('logcheck')
call TestFiletype('svn')
call TestFiletype('text')
call TestFiletype('pullrequest')
+call TestFiletype('html')
" DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE