From bb3de8fa5e509d5f5faf173fd1a92635a0023274 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 8 Oct 2020 00:40:28 +0200 Subject: Fix markdown and other highlighting, #578 --- after/ftplugin/html.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 after/ftplugin/html.vim (limited to 'after/ftplugin') diff --git a/after/ftplugin/html.vim b/after/ftplugin/html.vim new file mode 100644 index 00000000..50cdb2ae --- /dev/null +++ b/after/ftplugin/html.vim @@ -0,0 +1,13 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1 + +" Maintainer: othree +" URL: http://github.com/othree/html5.vim +" Last Change: 2014-05-02 +" License: MIT +" Changes: Add - to keyword + +" setlocal iskeyword+=- + +setlocal commentstring= + +endif -- cgit v1.2.3