2017-02-02 15:16:29 -05:00
|
|
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
|
|
|
|
setlocal commentstring=#\ %s
|
|
|
|
|
2017-03-23 06:28:19 -04:00
|
|
|
setlocal iskeyword+=.
|
|
|
|
setlocal iskeyword+=/
|
|
|
|
setlocal iskeyword+=:
|
|
|
|
|
2017-02-02 15:16:29 -05:00
|
|
|
endif
|