File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ r[cfg.syntax]
77>   ;  ;   ;  ; _ ConfigurationOption_ \
88>   ;  ; | _ ConfigurationAll_ \
99>   ;  ; | _ ConfigurationAny_ \
10- >   ;  ; | _ ConfigurationNot_
10+ >   ;  ; | _ ConfigurationNot_ \
11+ >   ;  ; | ` true ` | ` false `
1112>
1213> _ ConfigurationOption_ :\
1314>   ;  ; [ IDENTIFIER]   ; (` = ` ([ STRING_LITERAL] | [ RAW_STRING_LITERAL] ))<sup >?</sup >
@@ -49,6 +50,9 @@ r[cfg.predicate.any]
4950r[ cfg.predicate.not]
5051* ` not() ` with a configuration predicate. It is true if its predicate is false and false if its predicate is true.
5152
53+ r[ cfg.predicate.literal]
54+ * ` true ` or ` false ` literals, which are always ` true ` /` false ` respectively.
55+
5256r[ cfg.option-spec]
5357_ Configuration options_ are either names or key-value pairs, and are either set or unset.
5458
You can’t perform that action at this time.
0 commit comments