diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 72fb564..edc5dc4 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -210,6 +210,7 @@ let s:delimiterMap = { \ 'htmlcheetah': { 'left': '##' }, \ 'htmldjango': { 'left': '', 'leftAlt': '{#', 'rightAlt': '#}' }, \ 'htmlos': { 'left': '#', 'right': '/#' }, + \ 'hyphy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'hxml': { 'left': '#' }, \ 'ia64': { 'left': '#' }, \ 'icon': { 'left': '#' },