Merge pull request #246 from stevenweaver/master

adding hyphy filetype
This commit is contained in:
Caleb Maclennan 2016-05-24 17:42:48 +03:00
commit e0c4a25696
No known key found for this signature in database
GPG Key ID: 63CC496475267693

View File

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