adding hx/hxml support

This commit is contained in:
Justin Donaldson 2012-06-03 20:00:13 -07:00
parent cb242a9cb4
commit 1671f8aa71

View File

@ -182,12 +182,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': ';' },