Skip to content

Commit

Permalink
fix: javascript icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 15, 2024
1 parent 7fa0965 commit de9eaea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composables/language/javascript/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import type { LanguageOption } from '..'

export const javascript: LanguageOption = {
label: 'JavaScript',
// @unocss-include
icon: 'i-vscode-icons:file-type-js-official',
parsers: [babel, swc, oxc, acorn, typescript, espree, tsEslint],
}

0 comments on commit de9eaea

Please sign in to comment.