Skip to content

Commit c2947f6

Browse files
committed
Fix link
1 parent f3e305f commit c2947f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ essentially the same)!
115115
`PrettyLights` is responsible for taking the flag `markdown`, looking it up in
116116
[`languages.yml`][languages-yml] from `github-linguist` to figure out that that
117117
means markdown, taking a corresponding grammar (in this case
118-
[`atom/language-gfm`][language-gfm]), doing some GPL magic in C, and turning it
119-
into spans with classes.
118+
[`wooorm/markdown-tm-language`][markdown-tm-language]),
119+
doing some GPL magic in C,
120+
and turning it into spans with classes.
120121

121122
GitHub is using `PrettyLights` since December 2014, when it
122123
[replaced `Pygments`][ref-1].
@@ -1762,7 +1763,7 @@ All other files [MIT][license] © [Titus Wormer][author]
17621763

17631764
[ref-3]: https://github.com/tree-sitter/tree-sitter/pull/283#issuecomment-465509157
17641765

1765-
[language-gfm]: https://github.com/atom/language-gfm
1766+
[markdown-tm-language]: https://github.com/wooorm/markdown-tm-language
17661767

17671768
[languages-yml]: https://github.com/github-linguist/linguist/blob/b5432eb/lib/linguist/languages.yml#L4031
17681769

0 commit comments

Comments
 (0)