diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/modules/strip.vim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/syntax/modules/strip.vim b/syntax/modules/strip.vim new file mode 100644 index 00000000..aceb3a25 --- /dev/null +++ b/syntax/modules/strip.vim @@ -0,0 +1,8 @@ +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 |