feat: Adding Solidity support (#3303)

* Adding Solidity support

* Update CodeFence.ts

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Ferran Celades
2022-03-31 17:39:09 +02:00
committed by GitHub
parent fea5f69a38
commit 9fef7fc5ec
2 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ export const LANGUAGES = {
ruby: "Ruby",
rust: "Rust",
sql: "SQL",
solidity: "Solidity",
typescript: "TypeScript",
yaml: "YAML",
};