mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 10:15:41 +00:00
Removing dead code
This commit is contained in:
parent
0ee00cbd2a
commit
d66d6738be
1 changed files with 0 additions and 7 deletions
|
@ -47,13 +47,6 @@ export function validate(allowStylesheet: boolean = true): boolean {
|
|||
return true;
|
||||
}
|
||||
|
||||
export function getSyntax(document: vscode.TextDocument): string {
|
||||
if (document.languageId === 'jade') {
|
||||
return 'pug';
|
||||
}
|
||||
return document.languageId;
|
||||
}
|
||||
|
||||
export function getMappingForIncludedLanguages(): any {
|
||||
let finalMappedModes = {};
|
||||
let includeLanguagesConfig = vscode.workspace.getConfiguration('emmet')['includeLanguages'];
|
||||
|
|
Loading…
Reference in a new issue