summaryrefslogtreecommitdiffstats
path: root/syntax/modules/mogilefs.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/modules/mogilefs.vim15
1 files changed, 15 insertions, 0 deletions
diff --git a/syntax/modules/mogilefs.vim b/syntax/modules/mogilefs.vim
new file mode 100644
index 00000000..340c60f5
--- /dev/null
+++ b/syntax/modules/mogilefs.vim
@@ -0,0 +1,15 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
+
+" Mogilefs Module <http://www.grid.net.ru/nginx/mogilefs.en.html>
+" Implements a MogileFS client, provides a replace to the Perlbal reverse proxy of the original MogileFS.
+syn keyword ngxDirectiveThirdParty mogilefs_connect_timeout
+syn keyword ngxDirectiveThirdParty mogilefs_domain
+syn keyword ngxDirectiveThirdParty mogilefs_methods
+syn keyword ngxDirectiveThirdParty mogilefs_noverify
+syn keyword ngxDirectiveThirdParty mogilefs_pass
+syn keyword ngxDirectiveThirdParty mogilefs_read_timeout
+syn keyword ngxDirectiveThirdParty mogilefs_send_timeout
+syn keyword ngxDirectiveThirdParty mogilefs_tracker
+
+
+endif