blob: 5ae81d883aad440dd11d35b50653fe3cf5eed42b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
setlocal commentstring=#\ %s
setlocal iskeyword+=.
setlocal iskeyword+=/
setlocal iskeyword+=:
endif
|