mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Add support for augeas file types (#277)
This commit is contained in:
committed by
Caleb Maclennan
parent
057f6150bd
commit
18cfe81550
@@ -93,6 +93,7 @@ let s:delimiterMap = {
|
||||
\ 'asterisk': { 'left': ';' },
|
||||
\ 'asy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'atlas': { 'left': 'C', 'right': '$' },
|
||||
\ 'augeas': { 'left': '(*', 'right': '*)' },
|
||||
\ 'autohotkey': { 'left': ';', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'autoit': { 'left': ';' },
|
||||
\ 'ave': { 'left': "'" },
|
||||
|
||||
Reference in New Issue
Block a user