add sugar for if/then/else

This commit is contained in:
2024-11-16 15:49:27 -08:00
parent b185065fb0
commit 454dccaa72
7 changed files with 31 additions and 3 deletions

View File

@@ -76,6 +76,9 @@ export let newtTokens: monaco.languages.IMonarchLanguage = {
"module",
"ptype",
"pfunc",
"if",
"then",
"else",
"module",
"infixl",
"infixr",