You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,9 +135,9 @@ src/
135
135
### Monaco Editor
136
136
137
137
- Setup in `src/components/widgets/filesystem/setupMonaco.ts` (includes worker environment setup)
138
-
- Monarch tokenizers for `gcode`, `klipper-config`, `log` languages (in `src/monaco/language/*.monarch.ts`)
139
-
- Custom CodeLens providers (links to Klipper docs from config sections)
140
-
-Document symbol provider for `klipper-config`; folding range provider for `klipper-config` and `gcode`
138
+
- Monarch tokenizers for `gcode`, `klipper-config`, `moonraker-config`, `log` languages (in `src/monaco/language/*.monarch.ts`)
139
+
- Custom CodeLens providers (links to Klipper/Moonraker docs from config sections)
140
+
-CodeLens and document symbol providers for `klipper-config` and `moonraker-config`; folding range provider for `klipper-config`, `moonraker-config`, and `gcode`
141
141
- Language providers run in dedicated Web Workers (`monacoCodeLensWorker`, `monacoDocumentSymbolsWorker`, `monacoFoldingRangesWorker`)
0 commit comments