Skip to content

Commit

Permalink
chore: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
hddhyq committed Apr 17, 2024
1 parent 9a5ea59 commit 52e6284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/monaco/playground/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ monaco.languages.register({ id: 'vue' })
monaco.languages.register({ id: 'typescript' })
monaco.languages.register({ id: 'javascript' })

// Register the themes from Shiki, and provide syntax highlighting for Monaco. // [!code highlight:6]
// Register the themes from Shiki, and provide syntax highlighting for Monaco.
// Custom token parsing configuration can be defined.
shikiToMonaco(highlighter, monaco, {
tokenizeMaxLineLength: 20000,
Expand Down

0 comments on commit 52e6284

Please sign in to comment.