diff options
Diffstat (limited to 'syntax/modules/strip.vim')
-rw-r--r-- | syntax/modules/strip.vim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/syntax/modules/strip.vim b/syntax/modules/strip.vim deleted file mode 100644 index aceb3a25..00000000 --- a/syntax/modules/strip.vim +++ /dev/null @@ -1,8 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 - -" Strip Module <https://github.com/evanmiller/mod_strip> -" Whitespace remover. -syn keyword ngxDirectiveThirdParty strip - - -endif |