Skip to content

Commit

Permalink
Added comments for typst (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-273 authored Oct 22, 2024
1 parent 3f860f2 commit 66c07e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/nerdcommenter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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': '!' },
Expand Down

0 comments on commit 66c07e4

Please sign in to comment.