BryanWilhite / Blog

My source files for my technical Blog entries—an 11ty-based fire hose 🚒 for a static web site
http://songhayblog.azurewebsites.net/
3 stars 0 forks source link

improve support for `prismjs` #30

Closed BryanWilhite closed 4 years ago

BryanWilhite commented 4 years ago

continues from https://github.com/BryanWilhite/day-path/issues/10

adding prismjs requires being careful about language names

my name prismjs name
bash bash, shell
c# csharp, cs, dotnet
console shell
cshtml ==none== https://github.com/PrismJS/prism/issues/1225
css css
html markup
javascript javascript, js
json json, webmanifest
ps1 powershell
plaintext ==default==
typescript typescript, ts
xml markup, html, xml, svg, mathml, ssml, atom, rss

https://prismjs.com/#supported-languages

BryanWilhite commented 4 years ago

see 👀 https://github.com/BryanWilhite/day-path/issues/10