astro-ghostcms/.pnpm-store/v3/files/4e/5ece02b94afbea64ce216295efe...

4 lines
345 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type * as vscode from 'vscode-languageserver-protocol';
import type { ServiceContext } from '../types';
export declare function register(context: ServiceContext): (uri: string, position: vscode.Position, token?: vscode.CancellationToken) => Promise<vscode.DocumentHighlight[] | undefined>;
//# sourceMappingURL=documentHighlights.d.ts.map