3 Commits

Author SHA1 Message Date
fyusuf-a
c60dd99e1b Merge fa4bf8b29e into 66c07e4083 2024-12-02 02:39:10 +00: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
fyusuf-a
fa4bf8b29e fix: added a space to Haskell one-line commands (for example, it transforms '&&' to '-- &&' so that it is not interpreted as the '--&&' infix operator) 2022-02-15 14:28:00 +01: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': '!' },