Pull hover popover out of context menu

This commit is contained in:
Keith Simmons
2022-06-07 11:54:00 -07:00
parent 470c70d394
commit 560dff7329
6 changed files with 95 additions and 45 deletions
+2
View File
@@ -8,6 +8,7 @@ import {
text,
TextColor
} from "./components";
import hoverPopover from "./hoverPopover";
export default function editor(theme: Theme) {
const autocompleteItem = {
@@ -145,6 +146,7 @@ export default function editor(theme: Theme) {
invalidHintDiagnostic: diagnostic(theme, "muted"),
invalidInformationDiagnostic: diagnostic(theme, "muted"),
invalidWarningDiagnostic: diagnostic(theme, "muted"),
hover_popover: hoverPopover(theme),
syntax,
};
}