From ee6beb57577812237753c3527041e9b19e0ea1bc Mon Sep 17 00:00:00 2001 From: ComputerGuy <63362464+Ocean-OS@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:55:13 -0700 Subject: [PATCH] Update typescript.ts --- src/basic-languages/typescript/typescript.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic-languages/typescript/typescript.ts b/src/basic-languages/typescript/typescript.ts index 317a637fab..d2ace3b996 100644 --- a/src/basic-languages/typescript/typescript.ts +++ b/src/basic-languages/typescript/typescript.ts @@ -10,7 +10,7 @@ export const conf: languages.LanguageConfiguration = { /(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g, comments: { - lineComment: '//', + lineComment: ['//', '