diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-08 00:40:28 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-08 00:40:28 +0200 |
commit | bb3de8fa5e509d5f5faf173fd1a92635a0023274 (patch) | |
tree | a6401fbc683b8213f008d0564fa40e7f81e1c6f2 /tests | |
parent | b3763a917a6a3ca85ae51086fc8d29b28f66fc88 (diff) | |
download | vim-polyglot-bb3de8fa5e509d5f5faf173fd1a92635a0023274.tar.gz vim-polyglot-bb3de8fa5e509d5f5faf173fd1a92635a0023274.zip |
Fix markdown and other highlighting, #578
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 2 |
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 |