diff options
Diffstat (limited to 'ftplugin/html.vim')
-rw-r--r-- | ftplugin/html.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/html.vim b/ftplugin/html.vim index 3546ab2c..782d4015 100644 --- a/ftplugin/html.vim +++ b/ftplugin/html.vim @@ -8,4 +8,6 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'html5') == -1 " setlocal iskeyword+=- +setlocal commentstring=<!--%s--> + endif |