1
1
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:
Timothy Clem 2016-12-09 16:15:49 -08:00
parent c9e1cfb9b2
commit e9f8014e50

View File

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