Skip to content

Commit 02a3b64

Browse files
feat: Add taskjuggler (#542)
Co-authored-by: Caleb Maclennan <[email protected]>
1 parent 66c07e4 commit 02a3b64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/nerdcommenter.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ let s:delimiterMap = {
406406
\ 'texmf': { 'left': '%' },
407407
\ 'tf': { 'left': '#' },
408408
\ 'tidy': { 'left': '#' },
409+
\ 'tjp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
409410
\ 'tla': { 'left': '\\*', 'leftAlt': '(*', 'rightAlt': '*)' },
410411
\ 'tli': { 'left': '#' },
411412
\ 'tmux': { 'left': '#' },

0 commit comments

Comments
 (0)