Add ansible file type (#276)

This commit is contained in:
Chris Linstid 2016-11-17 00:01:25 -05:00 committed by Caleb Maclennan
parent ecdde217c0
commit 057f6150bd

View File

@ -79,6 +79,7 @@ let s:delimiterMap = {
\ 'amiga': { 'left': ';' }, \ 'amiga': { 'left': ';' },
\ 'aml': { 'left': '/*' }, \ 'aml': { 'left': '/*' },
\ 'ampl': { 'left': '#' }, \ 'ampl': { 'left': '#' },
\ 'ansible': { 'left': '#' },
\ 'apache': { 'left': '#' }, \ 'apache': { 'left': '#' },
\ 'apachestyle': { 'left': '#' }, \ 'apachestyle': { 'left': '#' },
\ 'applescript': { 'left': '--', 'leftAlt': '(*', 'rightAlt': '*)' }, \ 'applescript': { 'left': '--', 'leftAlt': '(*', 'rightAlt': '*)' },