mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-21 04:22:40 +08:00
Merge pull request #158 from spk/add_privoxy_support
Added privoxy support
This commit is contained in:
commit
6d97fbbd16
@ -315,6 +315,7 @@ let s:delimiterMap = {
|
||||
\ 'povini': { 'left': ';' },
|
||||
\ 'ppd': { 'left': '%' },
|
||||
\ 'ppwiz': { 'left': ';;' },
|
||||
\ 'privoxy': { 'left': '#' },
|
||||
\ 'processing': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'prolog': { 'left': '%', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'ps1': { 'left': '#' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user