5 ms·
Lovely little product ! I wanted to ask how you handle language autodetection for snippets.
by zabana 2y ago
Lovely little product !
I wanted to ask how you handle language autodetection for snippets.
- tophercully 2y agoHey! thank you! I actually have a great use for my site itself, you can find the language detection utility on this list: https://snippp.io/list/18 https://snippp.io/list/18 but tldr I'm using hljs to detect and return a string with the language title, and comparing that key against my array of categories.