vim-polyglot/syntax/modules/notice.vim
Adam Stankiewicz e404a658b1
Update
2016-12-20 20:57:20 +01:00

10 lines
276 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" Nginx Notice Module <https://github.com/kr/nginx-notice>
" Serve static file to POST requests.
syn keyword ngxDirectiveThirdParty notice
syn keyword ngxDirectiveThirdParty notice_type
endif