3 Commits

Author SHA1 Message Date
Kelvin Davis
c2142d6535 Merge 8bccf883bc into 3f860f2d98 2024-10-22 04:08:34 +00:00
Kelvin Davis
8bccf883bc Moved typst into alphabetical order 2024-10-22 15:08:31 +11:00
Kelvin Davis
ed41dd69ff Added comments for typst
Added comments for Typst
2024-10-21 22:27:17 +11:00

View File

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