mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
Update
This commit is contained in:
9
syntax/modules/lower-upper-case.vim
Normal file
9
syntax/modules/lower-upper-case.vim
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user