summaryrefslogblamecommitdiffstats
path: root/syntax/modules/rrd-graph.vim
blob: d01a4623baacedbce729a240aa75ac05ad92ae20 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                              
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" RRD Graph Module <https://www.nginx.com/resources/wiki/modules/rrd_graph/>
" This module provides an HTTP interface to RRDtool's graphing facilities.
syn keyword ngxDirectiveThirdParty rrd_graph
syn keyword ngxDirectiveThirdParty rrd_graph_root


endif