Skip to content

Commit d869ced

Browse files
adrgsclaude
andcommitted
fix: default Monaco syntax highlighting to HTML instead of plaintext
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cd1e6bd commit d869ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/ResponseEditorPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function getLanguage(filename: string): string {
137137
case "xml":
138138
return "xml";
139139
default:
140-
return "plaintext";
140+
return "html";
141141
}
142142
}
143143

0 commit comments

Comments
 (0)