| 1 | // Keep all imports at the top |
| 2 | import cLanguage from 'shiki/langs/c.mjs'; |
| 3 | import coffeeScriptLanguage from 'shiki/langs/coffeescript.mjs'; |
| 4 | import cPlusPlusLanguage from 'shiki/langs/cpp.mjs'; |
nothing calls this directly
no test coverage detected