FEAT: add syntax highlighting in Code Generator Modal

USE: SmartAceEditor componenent
This commit is contained in:
Tabrez Khan
2021-05-03 14:46:41 +05:30
parent d676b5a68d
commit 3f743b4f61
23 changed files with 38 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ import { isJSONContentType } from "~/helpers/utils/contenttypes"
export const CsRestsharpCodegen = {
id: "cs-restsharp",
name: "C# RestSharp",
language: "csharp",
generator: ({
url,
pathName,