Skip to content

Commit

Permalink
fix(langs): add http (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Apr 4, 2024
1 parent 51077cc commit 98820c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/composables/useShiki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default function useShiki() {
// import('shiki/langs/hjson.mjs'),
// import('shiki/langs/hlsl.mjs'),
import('shiki/langs/html.mjs'),
import('shiki/langs/http.mjs'),
// import('shiki/langs/imba.mjs'),
import('shiki/langs/ini.mjs'),
import('shiki/langs/java.mjs'),
Expand Down

0 comments on commit 98820c8

Please sign in to comment.