From 16c3b7a511915c1975dc6bf6e6575583e4820c68 Mon Sep 17 00:00:00 2001 From: Mickel Date: Sat, 14 Oct 2017 16:55:09 +0200 Subject: [PATCH 1/2] Add topics for 'Wordy' --- config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 58e8d96f33..084c65df61 100644 --- a/config.json +++ b/config.json @@ -559,7 +559,13 @@ "unlocked_by": null, "difficulty": 1, "topics": [ - + "logic", + "parsing", + "pattern matching", + "mathematics", + "regular_expressions", + "transforming", + "type_conversion" ] }, { From 428866d55e3b470f5f589805736c70c1d889b30d Mon Sep 17 00:00:00 2001 From: Mickel Date: Sat, 14 Oct 2017 19:59:33 +0200 Subject: [PATCH 2/2] Use snake case for topic names --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 084c65df61..a1eabeed2c 100644 --- a/config.json +++ b/config.json @@ -561,7 +561,7 @@ "topics": [ "logic", "parsing", - "pattern matching", + "pattern_matching", "mathematics", "regular_expressions", "transforming",