astro-ghostcms/.pnpm-store/v3/files/03/02291ec7586cbe1596dce4da712...

4 lines
276 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
import type * as vscode from '@volar/language-service';
import type { SharedContext } from '../types';
export declare function register(ctx: SharedContext): (uri: string, position: vscode.Position) => vscode.DocumentHighlight[];
//# sourceMappingURL=documentHighlight.d.ts.map