This commit is contained in:
15
node_modules/@vscode/emmet-helper/lib/esm/configCompat.d.ts
generated
vendored
Normal file
15
node_modules/@vscode/emmet-helper/lib/esm/configCompat.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
export interface SnippetsMap {
|
||||
[name: string]: string;
|
||||
}
|
||||
/**
|
||||
* Parses raw snippets definitions with possibly multiple keys into a plan
|
||||
* snippet map
|
||||
*/
|
||||
export declare function parseSnippets(snippets: SnippetsMap): SnippetsMap;
|
||||
/**
|
||||
* List of all known syntaxes
|
||||
*/
|
||||
export declare const syntaxes: {
|
||||
markup: string[];
|
||||
stylesheet: string[];
|
||||
};
|
||||
Reference in New Issue
Block a user