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
Copy file name to clipboardExpand all lines: doc/src/lexsyntax.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ documented in [extensions](./lexextensions.md)
18
18
19
19
Each rule is given by the following elements in sequence:
20
20
21
-
1. Optional Start State, a name given between angle brackets for example `<Start_State>` documented in [Start States](./start_states.md)
21
+
1. Optional Start State, one or more names comma separated between angle brackets. For example `<Start_State>` documented in [Start States](./start_states.md).
22
22
2. Regex, syntax defined by the rust [regex](https://docs.rs/regex) crate with optional escaping for any character.
23
23
3. Separator space, any horizontal space character in the unicode `Pattern_White_Space` character set
24
24
4. Optional State operator, given between angle brackets documented in [Start States](./start_states.md)
0 commit comments