about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-21 21:22:45 +0800
committerGitHub <noreply@github.com>2023-01-21 21:22:45 +0800
commitdc793f5ad13f41bf6ec2fbb83d6c32fa52754169 (patch)
tree64eafe52473c18989692e830596a41ec6b4494e1 /pkgs/applications/editors
parent2a46e0737e39f9f3f05dc4ec78ab65fc0344760d (diff)
parent2e126eb0f84033e00e30a0ed2d5e20c0a0d9c771 (diff)
Merge pull request #211583 from inclyc/pkgs/colejcummins.llvm-syntax-highlighting
vscode-extensions.colejcummins.llvm-syntax-highlighting: init at 0.0.3
Diffstat (limited to 'pkgs/applications/editors')
-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 453d1eaaab05f..dc3131a4b1357 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";