Skip to content

Commit ee14dc5

Browse files
committed
update override_grammar docs with pipe
1 parent 6fd1054 commit ee14dc5

File tree

1 file changed

+2
-2
lines changed
  • website/docs/advanced/override_grammar

1 file changed

+2
-2
lines changed

website/docs/advanced/override_grammar/basic.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ primitive:
8484
| FLOAT // 3.14, -20.0, 1e-1, -10e3
8585
| BOOL // true, TrUe, false, False
8686
| INTERPOLATION // ${foo.bar}, ${oc.env:USER,me}
87-
| UNQUOTED_CHAR // /, -, \, +, ., $, %, *, @, ?
87+
| UNQUOTED_CHAR // /, -, \, +, ., $, %, *, @, ?, |
8888
| COLON // :
8989
| ESC // \\, \(, \), \[, \], \{, \}, \:, \=, \ , \\t, \,
9090
| WS // whitespaces
@@ -97,7 +97,7 @@ dictKey:
9797
| INT // 0, 10, -20, 1_000_000
9898
| FLOAT // 3.14, -20.0, 1e-1, -10e3
9999
| BOOL // true, TrUe, false, False
100-
| UNQUOTED_CHAR // /, -, \, +, ., $, %, *, @, ?
100+
| UNQUOTED_CHAR // /, -, \, +, ., $, %, *, @, ?, |
101101
| ESC // \\, \(, \), \[, \], \{, \}, \:, \=, \ , \\t, \,
102102
| WS // whitespaces
103103
)+;

0 commit comments

Comments
 (0)