Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/koka/indents.scm')
| -rw-r--r-- | runtime/queries/koka/indents.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/koka/indents.scm b/runtime/queries/koka/indents.scm index e496f30b..6045373d 100644 --- a/runtime/queries/koka/indents.scm +++ b/runtime/queries/koka/indents.scm @@ -1,9 +1,9 @@ [ - (opexpr [index: (arguments) call: (arguments)]) ; Applications. + (appexpr ["[" "("]) ; Applications. (atom ["[" "("]) ; Lists and tuples. + (program (moduledecl "{")) ; Braced module declarations. (funbody) (block) - (constructor) (handlerexpr) (opclausex) ] @indent |