Merge pull request #77 from jdonaldson/master

update for haxe/hxml files
This commit is contained in:
Martin Grenfell 2012-06-19 01:38:17 -07:00
commit 6f69cbcdd8

View File

@ -183,12 +183,14 @@ let s:delimiterMap = {
\ 'hb': { 'left': '#' },
\ 'h': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'haml': { 'left': '-#', 'leftAlt': '/' },
\ 'haxe': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'hercules': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'hog': { 'left': '#' },
\ 'hostsaccess': { 'left': '#' },
\ 'htmlcheetah': { 'left': '##' },
\ 'htmldjango': { 'left': '<!--','right': '-->', 'leftAlt': '{#', 'rightAlt': '#}' },
\ 'htmlos': { 'left': '#', 'right': '/#' },
\ 'hxml': { 'left': '#' },
\ 'ia64': { 'left': '#' },
\ 'icon': { 'left': '#' },
\ 'idlang': { 'left': ';' },