vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911)
This commit is contained in:
commit
eb2d0c35a5
@ -5798,6 +5798,12 @@
|
||||
githubId = 6806011;
|
||||
name = "Robert Schütz";
|
||||
};
|
||||
dotmobo = {
|
||||
email = "morgan.bohn@gmail.com";
|
||||
github = "dotmobo";
|
||||
githubId = 1997638;
|
||||
name = ".mobo";
|
||||
};
|
||||
dottedmag = {
|
||||
email = "dottedmag@dottedmag.net";
|
||||
github = "dottedmag";
|
||||
|
@ -3928,6 +3928,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
pollywoggames.pico8-ls = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "pico8-ls";
|
||||
publisher = "PollywogGames";
|
||||
version = "0.5.5";
|
||||
hash = "sha256-MTIBCZcqJ+Dq1ECTkj24QIrg4MqT/xWcyYkp6vJRlnM=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/PollywogGames.pico8-ls/changelog";
|
||||
description = "VSCode extension for full language support for the PICO-8 dialect of Lua";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=PollywogGames.pico8-ls";
|
||||
homepage = "https://github.com/japhib/pico8-ls";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.dotmobo ];
|
||||
};
|
||||
};
|
||||
|
||||
prisma.prisma = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "prisma";
|
||||
|
Loading…
Reference in New Issue
Block a user