Skip to content

Commit e361a44

Browse files
authored
Add delimiter for pamenv (#530)
1 parent da948e1 commit e361a44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/nerdcommenter.vim

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ let s:delimiterMap = {
280280
\ 'ox': { 'left': '//' },
281281
\ 'paludis-use-conf': { 'left': '#' },
282282
\ 'pandoc': { 'left': '<!--', 'right': '-->' },
283+
\ 'pamenv': { 'left': '#' },
283284
\ 'pascal': { 'left': '{', 'right': '}', 'leftAlt': '(*', 'rightAlt': '*)' },
284285
\ 'patran': { 'left': '$', 'leftAlt': '/*', 'rightAlt': '*/' },
285286
\ 'pcap': { 'left': '#' },

0 commit comments

Comments
 (0)