Closed nvnx7 closed 2 years ago
Hexo has two built-in syntax highlight libraries, highlight.js and prismjs. It seems that only prismjs supports the Solidiy language, but this theme is configured to use hishlight.js (we use Hexo's default settings). In the Hexo docs you can find instructions on how you can enable prismjs instead.
With current config Solidity language code blocks are not highlighted and I'm unable to figure out how to enable it. Can you pls show me how to go about adding the support?