diff options
Diffstat (limited to 'syntax/modules/http-accounting.vim')
-rw-r--r-- | syntax/modules/http-accounting.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/modules/http-accounting.vim b/syntax/modules/http-accounting.vim index fbe2defa..3348480a 100644 --- a/syntax/modules/http-accounting.vim +++ b/syntax/modules/http-accounting.vim @@ -1,7 +1,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 " HTTP Accounting Module <https://github.com/Lax/ngx_http_accounting_module> -" Add traffic stat function to nginx. Useful for http accounting based on nginx configuration logic +" Add traffic stat function to nginx. Useful for http accounting based on nginx configuration logic syn keyword ngxDirectiveThirdParty http_accounting syn keyword ngxDirectiveThirdParty http_accounting_log syn keyword ngxDirectiveThirdParty http_accounting_id |