mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 12:03:53 -05:00
Update
This commit is contained in:
9
syntax/modules/summarizer.vim
Normal file
9
syntax/modules/summarizer.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Summarizer Module <https://github.com/reeteshranjan/summarizer-nginx-module>
|
||||
" Upstream nginx module to get summaries of documents using the summarizer daemon service
|
||||
syn keyword ngxDirectiveThirdParty smrzr_filename
|
||||
syn keyword ngxDirectiveThirdParty smrzr_ratio
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user