Skip to content

Commit 7bb1f72

Browse files
authored
Add comment delimiters to support aptconf (#533)
1 parent e361a44 commit 7bb1f72

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
@@ -24,6 +24,7 @@ let s:delimiterMap = {
2424
\ 'apachestyle': { 'left': '#' },
2525
\ 'apdl': { 'left': '!' },
2626
\ 'applescript': { 'left': '--', 'leftAlt': '(*', 'rightAlt': '*)' },
27+
\ 'aptconf': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
2728
\ 'armasm': { 'left': ';' },
2829
\ 'asciidoc': { 'left': '//' },
2930
\ 'asm': { 'left': ';', 'leftAlt': '#' },

0 commit comments

Comments
 (0)