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

@@ -25,6 +25,8 @@ import { ShellWgetCodegen } from "./generators/shell-wget"
*
* id: string
* name: string
* language: string // a string identifier used in ace editor for syntax highlighting
* // see node_modules/ace-builds/src-noconflict/mode-** files for valid value
* generator: (ctx) => string
*
*/