2 Commits

Author SHA1 Message Date
Ankur Sinha
02a3b6455f feat: Add taskjuggler (#542)
Some checks failed
Vint / vint (push) Has been cancelled
Co-authored-by: Caleb Maclennan <caleb@alerque.com>
2025-04-30 14:42:03 +03:00
Kelvin Davis
66c07e4083 Added comments for typst (#538)
Some checks failed
Vint / vint (push) Has been cancelled
2024-10-22 16:38:52 +03:00

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': '#' },