mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 12:03:53 -05:00
Update
This commit is contained in:
13
syntax/modules/aws-auth.vim
Normal file
13
syntax/modules/aws-auth.vim
Normal file
@@ -0,0 +1,13 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" AWS Proxy Module <https://github.com/anomalizer/ngx_aws_auth>
|
||||
" Nginx module to proxy to authenticated AWS services
|
||||
syn keyword ngxDirectiveThirdParty aws_access_key
|
||||
syn keyword ngxDirectiveThirdParty aws_key_scope
|
||||
syn keyword ngxDirectiveThirdParty aws_signing_key
|
||||
syn keyword ngxDirectiveThirdParty aws_endpoint
|
||||
syn keyword ngxDirectiveThirdParty aws_s3_bucket
|
||||
syn keyword ngxDirectiveThirdParty aws_sign
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user