diff options
Diffstat (limited to 'syntax/modules/form-input.vim')
-rw-r--r-- | syntax/modules/form-input.vim | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/syntax/modules/form-input.vim b/syntax/modules/form-input.vim deleted file mode 100644 index 563dfc28..00000000 --- a/syntax/modules/form-input.vim +++ /dev/null @@ -1,9 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 - -" Form Input Module <https://github.com/calio/form-input-nginx-module> -" Reads HTTP POST and PUT request body encoded in "application/x-www-form-urlencoded" and parses the arguments into nginx variables. -syn keyword ngxDirectiveThirdParty set_form_input -syn keyword ngxDirectiveThirdParty set_form_input_multi - - -endif |