You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,7 +97,7 @@ to indicate a token sequence `ts` that is either enclosed in a pair of braces `{
97
97
notation `:<<< ts >>>` indicates a token sequence `ts` that is either enclosed in a pair of braces `{ ts }` or that constitutes an indented region `indent ts outdent` that follows
98
98
a `:` at the end of a line.
99
99
100
-
```
100
+
```ebnf
101
101
<<< ts >>> ::= ‘{’ ts ‘}’
102
102
| indent ts outdent
103
103
:<<< ts >>> ::= [nl] ‘{’ ts ‘}’
@@ -108,7 +108,7 @@ a `:` at the end of a line.
108
108
109
109
### Regular keywords
110
110
111
-
```
111
+
```ebnf
112
112
abstract case catch class def do else
113
113
enum export extends false final finally for
114
114
given if implicit import lazy match new
@@ -121,7 +121,7 @@ type val var while with yield
121
121
122
122
### Soft keywords
123
123
124
-
```
124
+
```ebnf
125
125
as derives end extension infix inline opaque open throws
126
126
transparent using | * + -
127
127
```
@@ -135,7 +135,7 @@ The context-free syntax of Scala is given by the following EBNF
0 commit comments