From c2947f633234ca89e04da964e030b041d4f6e79e Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 21 May 2024 16:09:56 +0200 Subject: [PATCH] Fix link --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 3a5c4b0..57cd47a 100644 --- a/readme.md +++ b/readme.md @@ -115,8 +115,9 @@ essentially the same)! `PrettyLights` is responsible for taking the flag `markdown`, looking it up in [`languages.yml`][languages-yml] from `github-linguist` to figure out that that means markdown, taking a corresponding grammar (in this case -[`atom/language-gfm`][language-gfm]), doing some GPL magic in C, and turning it -into spans with classes. +[`wooorm/markdown-tm-language`][markdown-tm-language]), +doing some GPL magic in C, +and turning it into spans with classes. GitHub is using `PrettyLights` since December 2014, when it [replaced `Pygments`][ref-1]. @@ -1762,7 +1763,7 @@ All other files [MIT][license] © [Titus Wormer][author] [ref-3]: https://github.com/tree-sitter/tree-sitter/pull/283#issuecomment-465509157 -[language-gfm]: https://github.com/atom/language-gfm +[markdown-tm-language]: https://github.com/wooorm/markdown-tm-language [languages-yml]: https://github.com/github-linguist/linguist/blob/b5432eb/lib/linguist/languages.yml#L4031