fixed commenting for perl scripts

This commit is contained in:
John Goulah 2010-12-10 21:53:08 +00:00
parent ca6c791114
commit 29f8ebc7f5

View File

@ -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': ';' },