Bump codemirror + add more styling (#8503)

This commit is contained in:
Bram Kragten
2021-03-01 22:55:02 +01:00
committed by GitHub
parent 54ec81b67d
commit cf1fb606fb
4 changed files with 65 additions and 54 deletions

View File

@@ -137,7 +137,7 @@ export class HaCodeEditor extends UpdatingElement {
...loaded.historyKeymap,
...loaded.tabKeyBindings,
saveKeyBinding,
]),
] as KeyBinding[]),
loaded.tagExtension(modeTag, this._mode),
loaded.theme,
loaded.Prec.fallback(loaded.highlightStyle),