feat: Add taskjuggler (#542)
Some checks failed
Vint / vint (push) Has been cancelled

Co-authored-by: Caleb Maclennan <caleb@alerque.com>
This commit is contained in:
Ankur Sinha
2025-04-30 12:42:03 +01:00
committed by GitHub
parent 66c07e4083
commit 02a3b6455f

View File

@@ -406,6 +406,7 @@ let s:delimiterMap = {
\ 'texmf': { 'left': '%' },
\ 'tf': { 'left': '#' },
\ 'tidy': { 'left': '#' },
\ 'tjp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'tla': { 'left': '\\*', 'leftAlt': '(*', 'rightAlt': '*)' },
\ 'tli': { 'left': '#' },
\ 'tmux': { 'left': '#' },