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

4 lines
345 B
Plaintext

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