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