mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-18 11:42:46 +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…
Reference in New Issue
Block a user