From 60bd8664bacb1b7e7ab8330ca01ac1b377788e3a Mon Sep 17 00:00:00 2001 From: Steven Weaver Date: Tue, 19 Apr 2016 15:51:07 -0400 Subject: [PATCH] adding hyphy filetype --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 816a4d2..f14c83a 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -193,6 +193,7 @@ let s:delimiterMap = { \ 'htmlcheetah': { 'left': '##' }, \ 'htmldjango': { 'left': '', 'leftAlt': '{#', 'rightAlt': '#}' }, \ 'htmlos': { 'left': '#', 'right': '/#' }, + \ 'hyphy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'hxml': { 'left': '#' }, \ 'ia64': { 'left': '#' }, \ 'icon': { 'left': '#' },