Handle strings and keys involving orange
This commit is contained in:
@@ -850,7 +850,7 @@ languages := [
|
||||
|
||||
is_cda_colorless : match@(match: "(?i)is colorless")
|
||||
is_cda_all_colors : match@(match: "(?i)is all colors")
|
||||
cda_colors : filter_text@(match: "is (white|blue|black|red|green)((,|, and| and) (white|blue|black|red|green))*")
|
||||
cda_colors : filter_text@(match: "is (white|blue|black|red|green|orange)((,|, and| and) (white|blue|black|red|green|orange))*")
|
||||
|
||||
white : "White"
|
||||
blue : "Blue"
|
||||
|
||||
Reference in New Issue
Block a user