astro-ghostcms/.pnpm-store/v3/files/6e/536803893a218fce94c5c5abcca...

4 lines
269 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
import type * as vscode from 'vscode-languageserver-protocol';
import type { ServiceContext } from '../types';
export declare function register(context: ServiceContext): (uri: string, token?: vscode.CancellationToken) => Promise<vscode.ColorInformation[] | undefined>;