summaryrefslogblamecommitdiffstats
path: root/syntax/modules/lower-upper-case.vim
blob: 698e63b5610543ec5d1a3e58dc000a53527c8877 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                        
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" Lower/UpperCase Module <https://github.com/replay/ngx_http_lower_upper_case>
" This module simply uppercases or lowercases a string and saves it into a new variable.
syn keyword ngxDirectiveThirdParty lower
syn keyword ngxDirectiveThirdParty upper


endif