adding hyphy filetype

This commit is contained in:
Steven Weaver 2016-04-19 15:51:07 -04:00
parent 1f4bfd5992
commit 60bd8664ba

View File

@ -193,6 +193,7 @@ let s:delimiterMap = {
\ 'htmlcheetah': { 'left': '##' },
\ 'htmldjango': { 'left': '<!--','right': '-->', 'leftAlt': '{#', 'rightAlt': '#}' },
\ 'htmlos': { 'left': '#', 'right': '/#' },
\ 'hyphy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'hxml': { 'left': '#' },
\ 'ia64': { 'left': '#' },
\ 'icon': { 'left': '#' },