mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #289148 from DataHearth/add/vscode-ext/earthly.earthfile-syntax-highlighting
This commit is contained in:
commit
043e316272
@ -1321,6 +1321,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
earthly.earthfile-syntax-highlighting = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "earthfile-syntax-highlighting";
|
||||
publisher = "earthly";
|
||||
version = "0.0.16";
|
||||
sha256 = "c54d6fd4d2f503a1031be92ff118b5eb1b997907511734e730e08b1a90a6960f";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/earthly.earthfile-syntax-highlighting/changelog";
|
||||
description = "Syntax highlighting for Earthly build Earthfiles.";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=earthly.earthfile-syntax-highlighting";
|
||||
homepage = "https://github.com/earthly/earthfile-grammar";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = [ lib.maintainers.DataHearth ];
|
||||
};
|
||||
};
|
||||
|
||||
ecmel.vscode-html-css = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-html-css";
|
||||
|
Loading…
Reference in New Issue
Block a user