mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -05:00
Update
This commit is contained in:
9
syntax/modules/backtrace.vim
Normal file
9
syntax/modules/backtrace.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Backtrace module <https://github.com/alibaba/nginx-backtrace>
|
||||
" A Nginx module to dump backtrace when a worker process exits abnormally
|
||||
syn keyword ngxDirectiveThirdParty backtrace_log
|
||||
syn keyword ngxDirectiveThirdParty backtrace_max_stack_size
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user