mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Extract a common DocumentColorAdapter
This commit is contained in:
parent
3cb8acd2e9
commit
8d7bf2ad76
6 changed files with 79 additions and 132 deletions
|
|
@ -5,19 +5,10 @@
|
|||
|
||||
import type { HTMLWorker } from './htmlWorker';
|
||||
import * as lsTypes from 'vscode-languageserver-types';
|
||||
import {
|
||||
languages,
|
||||
editor,
|
||||
Uri,
|
||||
Position,
|
||||
Range,
|
||||
CancellationToken
|
||||
} from '../fillers/monaco-editor-core';
|
||||
import { languages, editor, Uri, Position, CancellationToken } from '../fillers/monaco-editor-core';
|
||||
import {
|
||||
fromPosition,
|
||||
toRange,
|
||||
toTextEdit,
|
||||
fromRange,
|
||||
CompletionAdapter,
|
||||
HoverAdapter,
|
||||
DocumentHighlightAdapter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue