-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
Description
Currently when run in development mode I see following message
The language "webidl" doesn't exist, falling back to plaintext.
That's because shiki does not support webidl as a language out of the box.
I see 2 options
- Place webidl file in this repo and add integration. Fast
- Attempt to add webidl to Shiki and wait for it to release. Probably slow.
Obviosuly there third option with going both ways. Implement 1 first, submit PR to Shiki and wait for release to happens.
