3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #211583 from inclyc/pkgs/colejcummins.llvm-syntax-highlighting

vscode-extensions.colejcummins.llvm-syntax-highlighting: init at 0.0.3
This commit is contained in:
Bobby Rong 2023-01-21 21:22:45 +08:00 committed by GitHub
commit dc793f5ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View file

@ -6172,6 +6172,12 @@
githubId = 4085046;
name = "Imuli";
};
inclyc = {
email = "i@lyc.dev";
github = "inclyc";
githubId = 36667224;
name = "Yingchi Long";
};
ineol = {
email = "leo.stefanesco@gmail.com";
github = "ineol";

View file

@ -706,6 +706,22 @@ let
};
};
colejcummins.llvm-syntax-highlighting = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "llvm-syntax-highlighting";
publisher = "colejcummins";
version = "0.0.3";
sha256 = "sha256-D5zLp3ruq0F9UFT9emgOBDLr1tya2Vw52VvCc40TtV0=";
};
meta = with lib; {
description = "Lightweight syntax highlighting for LLVM IR";
homepage = "https://github.com/colejcummins/llvm-syntax-highlighting";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=colejcummins.llvm-syntax-highlighting";
maintainers = with lib.maintainers; [ inclyc ];
license = licenses.mit;
};
};
coolbear.systemd-unit-file = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "coolbear";