We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c07e4 commit 02a3b64Copy full SHA for 02a3b64
autoload/nerdcommenter.vim
@@ -406,6 +406,7 @@ let s:delimiterMap = {
406
\ 'texmf': { 'left': '%' },
407
\ 'tf': { 'left': '#' },
408
\ 'tidy': { 'left': '#' },
409
+ \ 'tjp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
410
\ 'tla': { 'left': '\\*', 'leftAlt': '(*', 'rightAlt': '*)' },
411
\ 'tli': { 'left': '#' },
412
\ 'tmux': { 'left': '#' },
0 commit comments