Add orange field

This commit is contained in:
Sebastian Lundegård Kylander
2026-03-29 20:57:59 +02:00
parent 77351a8a37
commit 811e506543
3 changed files with 7 additions and 3 deletions

View File

@@ -847,6 +847,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")