summaryrefslogtreecommitdiffstats
path: root/syntax/modules/circle-gif.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/circle-gif.vim')
-rw-r--r--syntax/modules/circle-gif.vim11
1 files changed, 11 insertions, 0 deletions
diff --git a/syntax/modules/circle-gif.vim b/syntax/modules/circle-gif.vim
new file mode 100644
index 00000000..0a4eac9e
--- /dev/null
+++ b/syntax/modules/circle-gif.vim
@@ -0,0 +1,11 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
+
+" Circle GIF Module <https://github.com/evanmiller/nginx_circle_gif>
+" Generates simple circle images with the colors and size specified in the URL.
+syn keyword ngxDirectiveThirdParty circle_gif
+syn keyword ngxDirectiveThirdParty circle_gif_max_radius
+syn keyword ngxDirectiveThirdParty circle_gif_min_radius
+syn keyword ngxDirectiveThirdParty circle_gif_step_radius
+
+
+endif