mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Add ansible file type (#276)
This commit is contained in:
committed by
Caleb Maclennan
parent
ecdde217c0
commit
057f6150bd
@@ -79,6 +79,7 @@ let s:delimiterMap = {
|
||||
\ 'amiga': { 'left': ';' },
|
||||
\ 'aml': { 'left': '/*' },
|
||||
\ 'ampl': { 'left': '#' },
|
||||
\ 'ansible': { 'left': '#' },
|
||||
\ 'apache': { 'left': '#' },
|
||||
\ 'apachestyle': { 'left': '#' },
|
||||
\ 'applescript': { 'left': '--', 'leftAlt': '(*', 'rightAlt': '*)' },
|
||||
|
||||
Reference in New Issue
Block a user