From 95e9be6e6068b26e74b0d33949433b3aa0a5c938 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Sun, 22 Jun 2025 10:34:25 -0700 Subject: [PATCH] Fix spelling in blurb --- posts/2025-06-20-add-a-pygments-lexer-to-chroma.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.