summaryrefslogtreecommitdiffstats
path: root/syntax/modules/rds-json.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/rds-json.vim')
-rw-r--r--syntax/modules/rds-json.vim11
1 files changed, 11 insertions, 0 deletions
diff --git a/syntax/modules/rds-json.vim b/syntax/modules/rds-json.vim
new file mode 100644
index 00000000..81854e33
--- /dev/null
+++ b/syntax/modules/rds-json.vim
@@ -0,0 +1,11 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
+
+" RDS JSON Module <https://github.com/openresty/rds-json-nginx-module>
+" Help ngx_drizzle and other DBD modules emit JSON data.
+syn keyword ngxDirectiveThirdParty rds_json
+syn keyword ngxDirectiveThirdParty rds_json_content_type
+syn keyword ngxDirectiveThirdParty rds_json_format
+syn keyword ngxDirectiveThirdParty rds_json_ret
+
+
+endif