mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-23 02:10:50 +08:00
Add ansible file type (#276)
This commit is contained in:
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': '*)' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user