File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,9 @@ essentially the same)!
115
115
` PrettyLights ` is responsible for taking the flag ` markdown ` , looking it up in
116
116
[ ` languages.yml ` ] [ languages-yml ] from ` github-linguist ` to figure out that that
117
117
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.
120
121
121
122
GitHub is using ` PrettyLights ` since December 2014, when it
122
123
[ replaced ` Pygments ` ] [ ref-1 ] .
@@ -1762,7 +1763,7 @@ All other files [MIT][license] © [Titus Wormer][author]
1762
1763
1763
1764
[ ref-3 ] : https://github.com/tree-sitter/tree-sitter/pull/283#issuecomment-465509157
1764
1765
1765
- [ language-gfm ] : https://github.com/atom/language-gfm
1766
+ [ markdown-tm-language ] : https://github.com/wooorm/markdown-tm-language
1766
1767
1767
1768
[ languages-yml ] : https://github.com/github-linguist/linguist/blob/b5432eb/lib/linguist/languages.yml#L4031
1768
1769
You can’t perform that action at this time.
0 commit comments