mirror of
https://github.com/grafana/grafana.git
synced 2025-09-18 17:32:58 +08:00
CodeEditor: added support for javascript language (#28818)
This commit is contained in:
@ -65,7 +65,7 @@ module.exports = {
|
||||
new MonacoWebpackPlugin({
|
||||
// available options are documented at https://github.com/Microsoft/monaco-editor-webpack-plugin#options
|
||||
filename: 'monaco-[name].worker.js',
|
||||
languages: ['json', 'markdown', 'html', 'sql', 'mysql', 'pgsql'],
|
||||
languages: ['json', 'markdown', 'html', 'sql', 'mysql', 'pgsql', 'javascript'],
|
||||
features: [
|
||||
'!accessibilityHelp',
|
||||
'bracketMatching',
|
||||
|
Reference in New Issue
Block a user