printing improvements, improve case eval

This commit is contained in:
2024-11-09 09:34:37 -08:00
parent 778ac056f1
commit bbd4832671
6 changed files with 67 additions and 41 deletions

View File

@@ -20,6 +20,7 @@ export let newtConfig: monaco.languages.LanguageConfiguration = {
{ open: "(", close: ")" },
{ open: '"', close: '"' },
{ open: "'", close: "'" },
{ open: "/-", close: "-/" },
],
// symbols that can be used to surround a selection
surroundingPairs: [