diff --git a/autoload/nerdcommenter.vim b/autoload/nerdcommenter.vim index 044477a..4afedc2 100644 --- a/autoload/nerdcommenter.vim +++ b/autoload/nerdcommenter.vim @@ -418,10 +418,10 @@ let s:delimiterMap = { \ 'ttl': { 'left': '#' }, \ 'tup': { 'left': '#' }, \ 'twig': { 'left': '{#', 'right': '#}' }, - \ 'typst': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'txt2tags': { 'left': '%' }, \ 'typescript': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'typescriptreact': { 'left': '//', 'leftAlt': '{/*', 'rightAlt': '*/}' }, + \ 'typst': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'uc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'uc4': { 'left': '!' }, \ 'uil': { 'left': '!' },