diff --git a/posts/2025-06-20-add-a-pygments-lexer-to-chroma.md b/posts/2025-06-20-add-a-pygments-lexer-to-chroma.md index 9049063..2fc1d90 100644 --- a/posts/2025-06-20-add-a-pygments-lexer-to-chroma.md +++ b/posts/2025-06-20-add-a-pygments-lexer-to-chroma.md @@ -1,7 +1,7 @@ { title: "Add a Pygments Lexer to Chroma" blurb: "[Pygments][4] and [Chroma][5] are syntax highlighting libraries - written in [Python][6] and [Go][7], respecitvely. Chroma is missing a + written in [Python][6] and [Go][7], respectively. Chroma is missing a language we like, which Pygments already supports. We add support for our language to Chroma by converting the existing lexer from Pygments.