mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-20 23:52:44 +08:00
fixed commenting for perl scripts
This commit is contained in:
parent
ca6c791114
commit
29f8ebc7f5
@ -264,6 +264,7 @@ let s:delimiterMap = {
|
||||
\ 'pcap': { 'left': '#' },
|
||||
\ 'pccts': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'pdf': { 'left': '%' },
|
||||
\ 'perl': { 'left': '#' },
|
||||
\ 'pfmain': { 'left': '//' },
|
||||
\ 'php': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'pic': { 'left': ';' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user