Update monaco-editor.md

Add peek to the Monaco usage
This commit is contained in:
Peiyao Zhao
2025-06-19 16:20:47 +08:00
committed by GitHub
parent 2d15bf9b28
commit 2d10298240

View File

@@ -9,6 +9,7 @@ Monaco is the text editor that powers Visual Studio Code. In PowerToys, Monaco i
Monaco is primarily used in:
- Registry Preview module - For editing registry files
- File Preview handlers - For syntax highlighting when previewing code files
- Peek module - For preview a file
## Technical Implementation