astro-ghostcms/.pnpm-store/v3/files/cd/60b75dc87799f930a01f289a9cd...

4 lines
271 B
Plaintext

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