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

vscode-extensions.colejcummins.llvm-syntax-highlighting: init at 0.0.3

authored by

Bobby Rong and committed by
GitHub
dc793f5a 2a46e073

+22
+6
maintainers/maintainer-list.nix
··· 6172 6172 githubId = 4085046; 6173 6173 name = "Imuli"; 6174 6174 }; 6175 + inclyc = { 6176 + email = "i@lyc.dev"; 6177 + github = "inclyc"; 6178 + githubId = 36667224; 6179 + name = "Yingchi Long"; 6180 + }; 6175 6181 ineol = { 6176 6182 email = "leo.stefanesco@gmail.com"; 6177 6183 github = "ineol";
+16
pkgs/applications/editors/vscode/extensions/default.nix
··· 706 706 }; 707 707 }; 708 708 709 + colejcummins.llvm-syntax-highlighting = buildVscodeMarketplaceExtension { 710 + mktplcRef = { 711 + name = "llvm-syntax-highlighting"; 712 + publisher = "colejcummins"; 713 + version = "0.0.3"; 714 + sha256 = "sha256-D5zLp3ruq0F9UFT9emgOBDLr1tya2Vw52VvCc40TtV0="; 715 + }; 716 + meta = with lib; { 717 + description = "Lightweight syntax highlighting for LLVM IR"; 718 + homepage = "https://github.com/colejcummins/llvm-syntax-highlighting"; 719 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=colejcummins.llvm-syntax-highlighting"; 720 + maintainers = with lib.maintainers; [ inclyc ]; 721 + license = licenses.mit; 722 + }; 723 + }; 724 + 709 725 coolbear.systemd-unit-file = buildVscodeMarketplaceExtension { 710 726 mktplcRef = { 711 727 publisher = "coolbear";