parent
d678fc62ab
commit
46d35308fe
1 changed files with 3 additions and 1 deletions
|
|
@ -45,7 +45,9 @@ frappe.ui.form.ControlCode = frappe.ui.form.ControlText.extend({
|
|||
'CSS': 'ace/mode/css',
|
||||
'Markdown': 'ace/mode/markdown',
|
||||
'SCSS': 'ace/mode/scss',
|
||||
'JSON': 'ace/mode/json'
|
||||
'JSON': 'ace/mode/json',
|
||||
'Golang': 'ace/mode/golang',
|
||||
'Go': 'ace/mode/golang'
|
||||
};
|
||||
const language = this.df.options;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue