Anders Eskildsen

Results 4 issues of Anders Eskildsen

The docs include an [example of using a custom highlighter](https://rehype-pretty.pages.dev/#custom-highlighter) which begins with this code: ```ts import { getHighlighter } from "shiki" ``` This fails because [shiki v3 renamed the...

1. First commit adds tests to specify expected behaviour. 2. Second commit reimplements the SuperCollider lexer. 3. Third commit updates changelog and authors. 4. Fourth commit updates example file to...

## TLDR The current SuperCollider lexer appears to have several significant limitations, including misclassifications, error tokens on valid input, and missing support for certain literal notations. To improve accuracy and...