Skip to content

Commit e1584f9

Browse files
committed
More tests
1 parent 3d4ffaa commit e1584f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-ide-interface",
3-
"version": "0.2.52",
3+
"version": "0.2.53",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [

src/components/FileEditor/TextEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ const FileEditor = ({
314314
<Editor
315315
width="100%"
316316
height="100%"
317-
defaultLanguage="python"
317+
defaultLanguage={language}
318318
defaultValue=""
319319
language={language}
320320
value={fileContent}

0 commit comments

Comments
 (0)