From b6e9181765becc718ae5ee787cc6f8174ba49d7b Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Fri, 1 Nov 2024 09:48:54 +0100 Subject: [PATCH 1/2] Completion for `is:swiftpm-plugin` tag --- app/lib/frontend/templates/views/shared/search_banner.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/frontend/templates/views/shared/search_banner.dart b/app/lib/frontend/templates/views/shared/search_banner.dart index 31adac7a0f..b01972bfe9 100644 --- a/app/lib/frontend/templates/views/shared/search_banner.dart +++ b/app/lib/frontend/templates/views/shared/search_banner.dart @@ -127,6 +127,7 @@ String completionDataJson({ 'plugin', 'unlisted', 'wasm-ready', + 'swiftpm-plugin', ], ), CompletionRule( From 2b7a85e19d3f65227ed9fd0754311835a6ff9293 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Fri, 1 Nov 2024 10:16:01 +0100 Subject: [PATCH 2/2] alphabetize --- app/lib/frontend/templates/views/shared/search_banner.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/frontend/templates/views/shared/search_banner.dart b/app/lib/frontend/templates/views/shared/search_banner.dart index b01972bfe9..ef455c5de8 100644 --- a/app/lib/frontend/templates/views/shared/search_banner.dart +++ b/app/lib/frontend/templates/views/shared/search_banner.dart @@ -125,9 +125,9 @@ String completionDataJson({ 'legacy', 'null-safe', 'plugin', + 'swiftpm-plugin', 'unlisted', 'wasm-ready', - 'swiftpm-plugin', ], ), CompletionRule(