From 3129bddd24cf4e7377bf255e960b3e92db366b02 Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Sat, 3 Jan 2026 20:34:05 +0800 Subject: [PATCH] Update comments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../Search/Everything/EverythingAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs index 7225f61d6..0d42dbb8e 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs @@ -214,7 +214,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search.Everything /// Convert the highlighted string from Everything API to a list of highlight indexes for our Result. /// /// Text inside a * quote is highlighted, two consecutive *'s is a single literal *. For example, in the highlighted text: abc*123* the 123 part is highlighted. - /// + /// A list of zero-based character indices that should be highlighted. public static List EverythingHighlightStringToHighlightList(string highlightString) { var highlightData = new List();