Make "at <target> { ... }" require the braces

This commit is contained in:
Tony Garnock-Jones 2021-12-03 15:29:57 +01:00
parent 3486ec928e
commit 78834dfb07
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ export class SyndicateParser {
o.body = [];
return seq(atom('at'),
bind(o, 'target', this.expr()),
this.statement(o.body));
this.block(o.body));
});
// Principal: none