about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-02-16 16:10:04 +0100
committerGitHub <noreply@github.com>2024-02-16 16:10:04 +0100
commit8875517e4ba4185e9aa8ebd4fdff0a0fd7fa49cc (patch)
tree6297bebf9dc150fdedfe5b2f5c21f4c0f21ebeaf /pkgs/applications/editors
parentf1116b9d71ffc5265a5ffb58a0efa716bbfa6683 (diff)
parentdf6a946cf34e2484393bd06b54bae6b8b2abaa11 (diff)
downloadnixlib-8875517e4ba4185e9aa8ebd4fdff0a0fd7fa49cc.tar
nixlib-8875517e4ba4185e9aa8ebd4fdff0a0fd7fa49cc.tar.gz
nixlib-8875517e4ba4185e9aa8ebd4fdff0a0fd7fa49cc.tar.bz2
nixlib-8875517e4ba4185e9aa8ebd4fdff0a0fd7fa49cc.tar.lz
nixlib-8875517e4ba4185e9aa8ebd4fdff0a0fd7fa49cc.tar.xz
nixlib-8875517e4ba4185e9aa8ebd4fdff0a0fd7fa49cc.tar.zst
nixlib-8875517e4ba4185e9aa8ebd4fdff0a0fd7fa49cc.zip
Merge pull request #289129 from DataHearth/add/vscode-ext/ecmel.vscode-html-css
vscode-extensions.ecmel.vscode-html-css: init at 2.0.9
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index ed937581fba2..959fd9ffce62 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -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 {
         mktplcRef = {
           name = "EditorConfig";