fixed commenting for bash scripts

This commit is contained in:
John Goulah
2010-11-29 16:53:34 +00:00
parent 930be32a23
commit dc55b10bd7

View File

@@ -305,6 +305,7 @@ let s:delimiterMap = {
\ 'sed': { 'left': '#' },
\ 'sgmldecl': { 'left': '--', 'right': '--' },
\ 'sgmllnx': { 'left': '<!--', 'right': '-->' },
\ 'sh': { 'left': '#' },
\ 'sicad': { 'left': '*' },
\ 'simula': { 'left': '%', 'leftAlt': '--' },
\ 'sinda': { 'left': '$' },