Skip to content

Commit

Permalink
Update typescript.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocean-OS authored Oct 7, 2024
1 parent 4dc7b06 commit ee6beb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic-languages/typescript/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const conf: languages.LanguageConfiguration = {
/(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,

comments: {
lineComment: '//',
lineComment: ['//', '<!--'],

Check failure on line 13 in src/basic-languages/typescript/typescript.ts

View workflow job for this annotation

GitHub Actions / CI

Type 'string[]' is not assignable to type 'string'.
blockComment: ['/*', '*/']
},

Expand Down

0 comments on commit ee6beb5

Please sign in to comment.