vscode-extensions.13xforever.language-x86-64-assembly: init 3.1.4

This commit is contained in:
TheMaxMur 2024-03-11 16:25:01 +03:00
parent 5e86ed21b1
commit 10417a79f2
No known key found for this signature in database
GPG Key ID: B72F4A649F92F410

View File

@ -40,6 +40,22 @@ let
#
baseExtensions = self: lib.mapAttrs (_n: lib.recurseIntoAttrs)
{
"13xforever".language-x86-64-assembly = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "language-x86-64-assembly";
publisher = "13xforever";
version = "3.1.4";
sha256 = "sha256-FJRDm1H3GLBfSKBSFgVspCjByy9m+j9OStlU+/pMfs8=";
};
meta = {
description = "Cutting edge x86 and x86_64 assembly syntax highlighting";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=13xforever.language-x86-64-assembly";
homepage = "https://github.com/13xforever/x86_64-assembly-vscode";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.themaxmur ];
};
};
"1Password".op-vscode = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "1Password";