summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYingchi Long <i@lyc.dev>2023-01-19 21:46:29 +0800
committerYingchi Long <i@lyc.dev>2023-01-19 21:46:29 +0800
commit2e126eb0f84033e00e30a0ed2d5e20c0a0d9c771 (patch)
tree8cc8046fcf30bf4812d4508d22fbf4cb745be64d /pkgs
parente8ac5fb884587dce3a6a2035d363d25be8534e9d (diff)
downloadnixpkgs-2e126eb0f84033e00e30a0ed2d5e20c0a0d9c771.tar
nixpkgs-2e126eb0f84033e00e30a0ed2d5e20c0a0d9c771.tar.gz
nixpkgs-2e126eb0f84033e00e30a0ed2d5e20c0a0d9c771.tar.bz2
nixpkgs-2e126eb0f84033e00e30a0ed2d5e20c0a0d9c771.tar.lz
nixpkgs-2e126eb0f84033e00e30a0ed2d5e20c0a0d9c771.tar.xz
nixpkgs-2e126eb0f84033e00e30a0ed2d5e20c0a0d9c771.tar.zst
nixpkgs-2e126eb0f84033e00e30a0ed2d5e20c0a0d9c771.zip
vscode-extensions.colejcummins.llvm-syntax-highlighting: init at 0.0.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index ea6206bf39a..04611c96188 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -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";