alexwforsythe / code-blocks

Syntax highlighting for Google Docs
https://www.alexwforsythe.com/code-blocks/
MIT License
698 stars 88 forks source link

Supporting Solidity Programming Language #110

Closed salanfe closed 3 years ago

salanfe commented 5 years ago

solidity https://github.com/ethereum/solidity

used for Ethereum blockchain Smart Contract development https://ethereum.org/

alexwforsythe commented 3 years ago

From the README:

Code Blocks is built with highlight.js and can only provide syntax highlighting for languages that are supported by that library.

If you'd like to see Code Blocks support a language that is not yet implemented by highlight.js, please refer to their page on requesting new languages.