mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fix spec color highlighting not working on vega vis (#68995)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
99a868a125
commit
4e864268ce
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ import { EuiCodeEditor } from '@elastic/eui';
|
|||
import compactStringify from 'json-stringify-pretty-compact';
|
||||
// @ts-ignore
|
||||
import hjson from 'hjson';
|
||||
import 'brace/mode/hjson';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
|
||||
import { VisOptionsProps } from 'src/plugins/vis_default_editor/public';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue