diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index da6feb2..fbe048f 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -397,6 +397,7 @@ let s:delimiterMap = { \ 'tasm': { 'left': ';' }, \ 'tcl': { 'left': '#' }, \ 'terraform': { 'left': '#', 'leftAlt': '/*', 'rightAlt': '*/' }, + \ 'tex': { 'left': '%' }, \ 'texinfo': { 'left': "@c " }, \ 'texmf': { 'left': '%' }, \ 'tf': { 'left': ';' },