diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index a692fe0..10a49db 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -450,6 +450,7 @@ let s:delimiterMap = { \ 'typescript': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'typescriptreact': { 'left': '//', 'leftAlt': '{/*', 'rightAlt': '*/}' }, \ 'uc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, + \ 'uc4': { 'left': '!' }, \ 'uil': { 'left': '!' }, \ 'upstart': { 'left': '#' }, \ 'vala': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },