Skip to content

Commit 5c7f017

Browse files
committed
Revert d79ee51: it leads to disappearing highlighting sometimes
1 parent 4c8cf5f commit 5c7f017

File tree

1 file changed

+1
-1
lines changed
  • jupyter-lib/shared-compiler/src/main/kotlin/org/jetbrains/kotlinx/jupyter/config

1 file changed

+1
-1
lines changed

jupyter-lib/shared-compiler/src/main/kotlin/org/jetbrains/kotlinx/jupyter/config/notebookMetadata.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ val notebookLanguageInfo: LanguageInfo by lazy {
2929
"text/x-kotlin",
3030
".kt",
3131
"kotlin",
32-
"kotlin",
32+
"text/x-kotlin",
3333
""
3434
)
3535
}

0 commit comments

Comments
 (0)