Skip to content

Commit 7561634

Browse files
committed
More indentation doc changes
1 parent d7c67bd commit 7561634

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/docs/reference/other-new-features/indentation-new.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ Packaging ::= ‘package’ QualId [colonEol] ‘{’ TopStatSeq ‘}’
141141
RefinedType ::= AnnotType {[colonEol] Refinement}
142142
```
143143
Here, `colonEol` stands for ": at end of line", as described above.
144+
The lexical analyzer is modified so that a `:` at the end of a line
145+
is reported as `colonEol` if the parser is at a point where a `colonEol` is
146+
valid as next token.
144147

145148
### Spaces vs Tabs
146149

0 commit comments

Comments
 (0)