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

@@ -421,6 +421,7 @@ let s:delimiterMap = {
\ 'txt2tags': { 'left': '%' },
\ 'typescript': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'typescriptreact': { 'left': '//', 'leftAlt': '{/*', 'rightAlt': '*/}' },
\ 'typst': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'uc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'uc4': { 'left': '!' },
\ 'uil': { 'left': '!' },