diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 5e46feb..04598d1 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -91,6 +91,7 @@ let s:delimiterMap = { \ 'bc': { 'left': '#' }, \ 'bib': { 'left': '//' }, \ 'bindzone': { 'left': ';' }, + \ 'bind-named': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'blade': { 'left': '{{--', 'right': '--}}' }, \ 'bst': { 'left': '%' }, \ 'btm': { 'left': '::' },