jincheng9 / markdown_supported_languages

Markdown supported languages for syntax highlighting
195 stars 27 forks source link

Where did you obtain this list from? #1

Open samoclay opened 3 years ago

samoclay commented 3 years ago

Hi, I was wondering where you obtained the list of supported markdown languages from

I noticed that when trying to highlight using say powershell

Get-AzResourceGroup -Name "test”

But putting something like azure-cli or az-cli after your three back ticks doesn't show any code highlighting

no syntax highlighting

so i wondered where the definitive list of supported markdown code highlighting languages is? so that i can have things like aws-cli, az-cli code snippets in my markdown notes highlighted as they would be in azure cloudshell

ghost commented 3 years ago

Maybe from the source code

jincheng9 commented 2 years ago

The programming languages supported by the markdown depends on the markdown editor you use. The editor need to detect the language and do the syntax highlight.

wparad commented 1 year ago

https://github.com/github/linguist/blob/master/lib/linguist/languages.yml