mirror of
https://github.com/github/semantic.git
synced 2025-01-09 00:56:32 +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.While -> "while"
|
||||||
C.DoWhile -> "do_while"
|
C.DoWhile -> "do_while"
|
||||||
C.Return -> "return_statement"
|
C.Return -> "return_statement"
|
||||||
|
C.Throw -> "throw_statement"
|
||||||
Other string -> string
|
Other string -> string
|
||||||
|
|
||||||
-- | Pick the class name for a split patch.
|
-- | Pick the class name for a split patch.
|
||||||
|
Loading…
Reference in New Issue
Block a user