diff --git a/src/app/page.tsx b/src/app/page.tsx index ed0ce64f..ad7e1aff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function Home() { return (
-
+

Results for: {fileMatches.length} files in {searchDurationMs} ms

+
{fileMatches.map((match, index) => ( @@ -163,7 +164,15 @@ const FileMatch = ({ return (
-

{match.Repo} | {match.FileName}

+
+ {match.Repo} ยท {match.FileName} +
+ {/* Code block */} +
+

{"1: if (my_ptr->asdf) {"}

+

{"2: doSomething()"}

+

{"3: }"}

+
); }