Skip to content

Commit

Permalink
fix: lazy support languages
Browse files Browse the repository at this point in the history
  • Loading branch information
lynhan318 committed Jan 14, 2024
1 parent 58e381f commit 894fbf1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/svelte/src/lib/plugins/codeBlock/codeBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,7 @@ export const NextlintCodeBlock = CodeBlock.extend<NextlintCodeBlockOptions>({
addOptions() {
return {
themes: ['github-light', 'github-dark'],
langs: [
'javascript',
'rust',
'typescript',
'go',
'html',
'css',
'bash',
'tsx',
'svelte'
]
langs: ['javascript', 'rust', 'typescript']
};
},

Expand Down

0 comments on commit 894fbf1

Please sign in to comment.