summaryrefslogtreecommitdiffstats
path: root/syntax/modules/mogilefs.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/mogilefs.vim')
-rw-r--r--syntax/modules/mogilefs.vim16
1 files changed, 0 insertions, 16 deletions
diff --git a/syntax/modules/mogilefs.vim b/syntax/modules/mogilefs.vim
deleted file mode 100644
index b8d55a85..00000000
--- a/syntax/modules/mogilefs.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Mogilefs Module <http://www.grid.net.ru/nginx/mogilefs.en.html>
-" MogileFS client for nginx web server.
-syn keyword ngxDirectiveThirdParty mogilefs_pass
-syn keyword ngxDirectiveThirdParty mogilefs_methods
-syn keyword ngxDirectiveThirdParty mogilefs_domain
-syn keyword ngxDirectiveThirdParty mogilefs_class
-syn keyword ngxDirectiveThirdParty mogilefs_tracker
-syn keyword ngxDirectiveThirdParty mogilefs_noverify
-syn keyword ngxDirectiveThirdParty mogilefs_connect_timeout
-syn keyword ngxDirectiveThirdParty mogilefs_send_timeout
-syn keyword ngxDirectiveThirdParty mogilefs_read_timeout
-
-
-endif