Skip to content

Commit

Permalink
Added comments for typst
Browse files Browse the repository at this point in the history
Added comments for Typst
  • Loading branch information
kelvin-273 authored Oct 21, 2024
1 parent 3f860f2 commit ed41dd6
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 @@ -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': '*/}' },
Expand Down

0 comments on commit ed41dd6

Please sign in to comment.