use html delimiters as the alt delimiters for gsp

This commit is contained in:
Martin Grenfell 2011-02-08 10:59:53 +13:00
parent 5084aa7653
commit 0bcdac6c38

View File

@ -175,7 +175,7 @@ let s:delimiterMap = {
\ 'gitrebase': { 'left': '#' },
\ 'gnuplot': { 'left': '#' },
\ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'gsp': { 'left': '<%--', 'right': '--%>' },
\ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': '<!--','rightAlt': '-->'},
\ 'gtkrc': { 'left': '#' },
\ 'haskell': { 'left': '{-','right': '-}', 'leftAlt': '--' },
\ 'hb': { 'left': '#' },