mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Added comments for typst
Added comments for Typst
This commit is contained in:
@@ -418,6 +418,7 @@ let s:delimiterMap = {
|
||||
\ 'ttl': { 'left': '#' },
|
||||
\ 'tup': { 'left': '#' },
|
||||
\ 'twig': { 'left': '{#', 'right': '#}' },
|
||||
\ 'typst': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'txt2tags': { 'left': '%' },
|
||||
\ 'typescript': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'typescriptreact': { 'left': '//', 'leftAlt': '{/*', 'rightAlt': '*/}' },
|
||||
|
||||
Reference in New Issue
Block a user