Skip to content

Commit 66c07e4

Browse files
authored
Added comments for typst (#538)
1 parent 3f860f2 commit 66c07e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/nerdcommenter.vim

+1
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ let s:delimiterMap = {
421421
\ 'txt2tags': { 'left': '%' },
422422
\ 'typescript': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
423423
\ 'typescriptreact': { 'left': '//', 'leftAlt': '{/*', 'rightAlt': '*/}' },
424+
\ 'typst': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
424425
\ 'uc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
425426
\ 'uc4': { 'left': '!' },
426427
\ 'uil': { 'left': '!' },

0 commit comments

Comments
 (0)