add the attribute 'leftAlt' to python

This commit is contained in:
azdkj532
2015-04-30 13:34:25 +08:00
parent 776f69e684
commit 3a60b6b1ec

View File

@@ -303,7 +303,7 @@ let s:delimiterMap = {
\ 'psf': { 'left': '#' },
\ 'ptcap': { 'left': '#' },
\ 'puppet': { 'left': '#' },
\ 'python': { 'left': '# ' },
\ 'python': { 'left': '# ', 'leftAlt': '#' },
\ 'radiance': { 'left': '#' },
\ 'ratpoison': { 'left': '#' },
\ 'r': { 'left': '#' },