From 25a6ad4865913199e865b2b7127de6cf6f4c8004 Mon Sep 17 00:00:00 2001 From: Fusion Date: Thu, 14 May 2026 09:06:24 -0700 Subject: [PATCH] =?UTF-8?q?feat(FN-4479):=20complete=20Step=206=20?= =?UTF-8?q?=E2=80=94=20update=20file=20editor=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fusion-Task-Id: FN-4479 Fusion-Task-Lineage: 5dfad520-13eb-4a31-a45c-2daf767a3dff --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 9289853ff..e0b012372 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -706,7 +706,7 @@ A `prefetchLazyViews()` function runs once on mount via `requestIdleCallback` to ### File browser editor -`packages/dashboard/app/components/FileEditor.tsx` is CodeMirror 6-backed (not a plain textarea). Language resolution lives in `packages/dashboard/app/utils/codemirror-language.ts` via `resolveCodeMirrorLanguage(filePath)`, currently mapping JS/TS, CSS, JSON, and Markdown extensions; unknown extensions intentionally fall back to plain text. +`packages/dashboard/app/components/FileEditor.tsx` is CodeMirror 6-backed as the single edit surface (no fallback `