Files
oh-my-opencode/dist/tools/lsp/language-mappings.d.ts
T

4 lines
179 B
TypeScript
Raw Normal View History

export declare const SYMBOL_KIND_MAP: Record<number, string>;
export declare const SEVERITY_MAP: Record<number, string>;
export declare const EXT_TO_LANG: Record<string, string>;