I've been trying to figure this out by observing various README files on public repositories.
If seen stuff like encapsulating a function with ```cs
on top and ```
on bottom.
Then in some places I've seen bash
or diff
instead of cs
.
But I haven't been able to apply any of these options in my own README file and get them to produce the same colors.
Does it possibly have anything to do with the .gitattributes
file?