Merge pull request #289129 from DataHearth/add/vscode-ext/ecmel.vscode-html-css
vscode-extensions.ecmel.vscode-html-css: init at 2.0.9
This commit is contained in:
commit
8875517e4b
1 changed files with 17 additions and 0 deletions
|
@ -1303,6 +1303,23 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ecmel.vscode-html-css = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "vscode-html-css";
|
||||||
|
publisher = "ecmel";
|
||||||
|
version = "2.0.9";
|
||||||
|
sha256 = "7c30d57d2ff9986bd5daa2c9f51ec4bb04239ca23a51e971a63f7b93d005d297";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/ecmel.vscode-html-css/changelog";
|
||||||
|
description = "CSS Intellisense for HTML";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css";
|
||||||
|
homepage = "https://github.com/ecmel/vscode-html-css";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
maintainers = [ lib.maintainers.DataHearth ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
editorconfig.editorconfig = buildVscodeMarketplaceExtension {
|
editorconfig.editorconfig = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "EditorConfig";
|
name = "EditorConfig";
|
||||||
|
|
Loading…
Reference in a new issue