@shopify/theme-language-server-common
Version:
<h1 align="center" style="position: relative;" > <br> <img src="https://github.com/Shopify/theme-check-vscode/blob/main/images/shopify_glyph.png?raw=true" alt="logo" width="141" height="160"> <br> Theme Language Server </h1>
13 lines (12 loc) • 706 B
TypeScript
export declare const snippetName: (uri: string) => string;
export declare const isSnippet: (uri: string) => boolean;
export declare const assetName: (uri: string) => string;
export declare const isAsset: (uri: string) => boolean;
export declare const blockName: (uri: string) => string;
export declare const isBlock: (uri: string) => boolean;
export declare const sectionName: (uri: string) => string;
export declare const isSection: (uri: string) => boolean;
export declare const sectionGroupName: (uri: string) => string;
export declare const isSectionGroup: (uri: string) => boolean;
export declare const templateName: (uri: string) => string;
export declare const isTemplate: (uri: string) => boolean;