Minor changes and fixes to add-new-language script
This commit is contained in:
@@ -7,11 +7,9 @@ export type RS = {
|
||||
};
|
||||
|
||||
/** Sample program */
|
||||
export const sampleProgram = [
|
||||
"Program line 1",
|
||||
"Program line 2",
|
||||
"Program line 3",
|
||||
].join("\n");
|
||||
export const sampleProgram = `Program line 1
|
||||
Program line 2
|
||||
Program line 3`;
|
||||
|
||||
/** Syntax highlighting */
|
||||
export const editorTokensProvider: MonacoTokensProvider = {
|
||||
|
||||
Reference in New Issue
Block a user