mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Add comment delimiters to support aptconf (#533)
This commit is contained in:
@@ -24,6 +24,7 @@ let s:delimiterMap = {
|
||||
\ 'apachestyle': { 'left': '#' },
|
||||
\ 'apdl': { 'left': '!' },
|
||||
\ 'applescript': { 'left': '--', 'leftAlt': '(*', 'rightAlt': '*)' },
|
||||
\ 'aptconf': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'armasm': { 'left': ';' },
|
||||
\ 'asciidoc': { 'left': '//' },
|
||||
\ 'asm': { 'left': ';', 'leftAlt': '#' },
|
||||
|
||||
Reference in New Issue
Block a user