1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Add Throw to Split

This commit is contained in:
joshvera 2016-07-29 15:34:15 -04:00
parent 14c9f3f7a6
commit c70273b899

View File

@ -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.