mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
vscode-extensions.kubukoz.nickel-syntax: init at 0.0.1
This commit is contained in:
parent
df8f06c8e5
commit
702a93b15e
1 changed files with 12 additions and 0 deletions
|
@ -1173,6 +1173,18 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kubukoz.nickel-syntax = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "nickel-syntax";
|
||||||
|
publisher = "kubukoz";
|
||||||
|
version = "0.0.1";
|
||||||
|
sha256 = "010zn58j9kdb2jpxmlfyyyais51pwn7v2c5cfi4051ayd02b9n3s";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
license = lib.licenses.asl20;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
llvm-vs-code-extensions.vscode-clangd = buildVscodeMarketplaceExtension {
|
llvm-vs-code-extensions.vscode-clangd = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vscode-clangd";
|
name = "vscode-clangd";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue