diff options
Diffstat (limited to 'syntax/modules/circle-gif.vim')
-rw-r--r-- | syntax/modules/circle-gif.vim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/syntax/modules/circle-gif.vim b/syntax/modules/circle-gif.vim deleted file mode 100644 index 0a4eac9e..00000000 --- a/syntax/modules/circle-gif.vim +++ /dev/null @@ -1,11 +0,0 @@ -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 |