mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
Add singleton_class category to Split
This commit is contained in:
parent
c9e1cfb9b2
commit
e9f8014e50
@ -118,6 +118,7 @@ styleName category = "category-" <> case category of
|
||||
C.Unary -> "unary"
|
||||
C.Constant -> "constant"
|
||||
C.Superclass -> "superclass"
|
||||
C.SingletonClass -> "singleton_class"
|
||||
|
||||
-- | Pick the class name for a split patch.
|
||||
splitPatchToClassName :: SplitPatch a -> AttributeValue
|
||||
|
Loading…
Reference in New Issue
Block a user