diff --git a/src/Renderer/Split.hs b/src/Renderer/Split.hs index 0d1f117c3..8c88719c9 100644 --- a/src/Renderer/Split.hs +++ b/src/Renderer/Split.hs @@ -65,6 +65,7 @@ styleName category = "category-" <> case category of C.While -> "while" C.DoWhile -> "do_while" C.Return -> "return_statement" + C.Throw -> "throw_statement" Other string -> string -- | Pick the class name for a split patch.