diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b7ba977..33be8ff 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -376,6 +376,7 @@ let s:delimiterMap = { \ 'tsalt': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'tsscl': { 'left': '#' }, \ 'tssgm': { 'left': "comment = '", 'right': "'" }, + \ 'tup': { 'left': '#' }, \ 'txt2tags': { 'left': '%' }, \ 'twig': { 'left': '{#', 'right': '#}' }, \ 'uc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },