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:
parent
14c9f3f7a6
commit
c70273b899
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user