Skip to content

Commit

Permalink
add delimiter for pamenv
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyxi authored Dec 18, 2023
1 parent da948e1 commit 59212d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/nerdcommenter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ let s:delimiterMap = {
\ 'ox': { 'left': '//' },
\ 'paludis-use-conf': { 'left': '#' },
\ 'pandoc': { 'left': '<!--', 'right': '-->' },
\ 'pamenv': { 'left': '#' },
\ 'pascal': { 'left': '{', 'right': '}', 'leftAlt': '(*', 'rightAlt': '*)' },
\ 'patran': { 'left': '$', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'pcap': { 'left': '#' },
Expand Down

0 comments on commit 59212d1

Please sign in to comment.