core icon indicating copy to clipboard operation
core copied to clipboard

Light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection

Results 11 core issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

a mode to allow code wrapping instead of a scroll bar

enhancement

Allow to define prefetched language to avoid the overhead of importing the language data

enhancement

Add demo and documention on how to use speed-highlight JS with frameworks - [ ] svelte - [ ] angular - [ ] react - [ ] vue

enhancement

- [ ] godot - [ ] webassembly - [ ] mongodb - [ ] powershell - [ ] vim - [ ] cobol - [ ] ruby - [...

enhancement
good first issue
new language

**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...

bug

**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...

bug

**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...

enhancement

**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...

enhancement