core
core copied to clipboard
Light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection
**Is your feature request related to a problem? Please describe.** Trying to use this with Deno's [Markdown](https://deno.land/x/[email protected]). It doesn't work because this library is asynchronous and that library doesn't accept...
Allow to define prefetched language to avoid the overhead of importing the language data
Add demo and documention on how to use speed-highlight JS with frameworks - [ ] svelte - [ ] angular - [ ] react - [ ] vue
- [ ] godot - [ ] webassembly - [ ] mongodb - [ ] powershell - [ ] vim - [ ] cobol - [ ] ruby - [...
**Information** * Speed-highlight.js version: `1.1.11` * Browser version: n/a **Description** Unable to import language either dynamically or directly when bundled by Vite. **Example** ``` javascript import asm from "@speed-highlight/core/dist/langauges/asm.js"; const...
**Information** * Speed-highlight.js version 1.2.6 * Browser version n/a **Description** If we look at github-dark.css, for example, we see this at the top: ```css [class*='shj-lang-'] { white-space: pre; margin: 10px...
**Is your feature request related to a problem? Please describe.** I'm using this great small library to syntax highlight yaml. I'm working with Vite. It worked OK for me during...
**Is your feature request related to a problem? Please describe.** While this library is neat and fast, it has highlighting issues. Why re-invent the highlight rules when there's other projects...