From 1a096f0901264629947afb89436019895e5e7ef5 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 9 Jun 2021 16:54:25 +0200 Subject: Fix script indentation inside html, closes #693 --- after/ftplugin/html.vim | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 after/ftplugin/html.vim (limited to 'after/ftplugin/html.vim') diff --git a/after/ftplugin/html.vim b/after/ftplugin/html.vim deleted file mode 100644 index 5a6b963e..00000000 --- a/after/ftplugin/html.vim +++ /dev/null @@ -1,13 +0,0 @@ -if polyglot#init#is_disabled(expand(':p'), 'html5', 'after/ftplugin/html.vim') - finish -endif - -" Maintainer: othree -" URL: http://github.com/othree/html5.vim -" Last Change: 2014-05-02 -" License: MIT -" Changes: Add - to keyword - -" setlocal iskeyword+=- - -setlocal commentstring= -- cgit v1.2.3