[required] Add orange field

This commit is contained in:
Sebastian Lundegård Kylander
2026-03-29 20:57:59 +02:00
parent 2c10d873af
commit 5ac88448a7
3 changed files with 7 additions and 3 deletions

View File

@@ -846,6 +846,7 @@ languages := [
is_black : match@(match: "(?i)black")
is_red : match@(match: "(?i)red")
is_green : match@(match: "(?i)green")
is_orange : match@(match: "(?i)orange")
is_colorless : match@(match: "(?i)colorless")
is_cda_colorless : match@(match: "(?i)is colorless")