We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826e91f commit e5bdfa7Copy full SHA for e5bdfa7
src/platform/common/constants.ts
@@ -126,6 +126,7 @@ export const LanguagesSupportedByPythonkernel = [
126
'perl', // %%perl
127
'qsharp', // %%qsharp
128
'json', // JSON cells for custom block types
129
+ 'plaintext', // plaintext cells (e.g., Deepnote input-text blocks)
130
'raw' // raw cells (no formatting)
131
];
132
export const jupyterLanguageToMonacoLanguageMapping = new Map([
0 commit comments