Improvements to playground editor

This commit is contained in:
2025-06-27 21:31:35 -07:00
parent 5743eb39ea
commit cee1519b8e
7 changed files with 74 additions and 19 deletions

View File

@@ -33,7 +33,7 @@
],
"onEnterRules": [
{
"beforeText": "\\b(where|of|case)$",
"beforeText": "\\b(where|of|do)\\s*$",
"action": { "indent": "indent" }
},
{