Merge pull request #137977 from angustrau/vscode-ext-lex-flex-yacc-bison
vscode-extensions.faustinoaq.lex-flex-yacc-bison: init at 0.0.3
This commit is contained in:
commit
993ac61dee
1 changed files with 17 additions and 0 deletions
|
@ -564,6 +564,23 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
faustinoaq.lex-flex-yacc-bison = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "lex-flex-yacc-bison";
|
||||||
|
publisher = "faustinoaq";
|
||||||
|
version = "0.0.3";
|
||||||
|
sha256 = "6254f52157dc796eae7bf135ac88c1c9cc19d884625331a1e634f9768722cc3d";
|
||||||
|
};
|
||||||
|
meta = with lib; {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/faustinoaq.lex-flex-yacc-bison/changelog";
|
||||||
|
description = "Language support for Lex, Flex, Yacc and Bison.";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=faustinoaq.lex-flex-yacc-bison";
|
||||||
|
homepage = "https://github.com/faustinoaq/vscode-lex-flex-yacc-bison";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ angustrau ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
file-icons.file-icons = buildVscodeMarketplaceExtension {
|
file-icons.file-icons = buildVscodeMarketplaceExtension {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
changelog = "https://marketplace.visualstudio.com/items/file-icons.file-icons/changelog";
|
changelog = "https://marketplace.visualstudio.com/items/file-icons.file-icons/changelog";
|
||||||
|
|
Loading…
Reference in a new issue