diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index ab1e938..a60c1e1 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -202,6 +202,7 @@ let s:delimiterMap = { \ 'icon': { 'left': '#' }, \ 'idlang': { 'left': ';' }, \ 'idl': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, + \ 'idris': { 'leftAlt': '--', 'left': '{-', 'right': '-}' }, \ 'inform': { 'left': '!' }, \ 'inittab': { 'left': '#' }, \ 'ishd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },