mirror of
https://github.com/github/semantic.git
synced 2025-01-05 14:11:33 +03:00
add missing cases
This commit is contained in:
parent
968186b2da
commit
23b91cf097
@ -341,6 +341,7 @@ instance HasCategory Category where
|
|||||||
C.Module -> "module statement"
|
C.Module -> "module statement"
|
||||||
C.Import -> "import statement"
|
C.Import -> "import statement"
|
||||||
C.Export -> "export statement"
|
C.Export -> "export statement"
|
||||||
|
C.AnonymousFunction -> "anonymous function"
|
||||||
|
|
||||||
instance HasField fields Category => HasCategory (SyntaxTerm leaf fields) where
|
instance HasField fields Category => HasCategory (SyntaxTerm leaf fields) where
|
||||||
toCategoryName = toCategoryName . category . extract
|
toCategoryName = toCategoryName . category . extract
|
||||||
|
@ -83,7 +83,8 @@ styleName category = "category-" <> case category of
|
|||||||
C.Module -> "module_statement"
|
C.Module -> "module_statement"
|
||||||
C.Import -> "import_statement"
|
C.Import -> "import_statement"
|
||||||
C.Export -> "export_statement"
|
C.Export -> "export_statement"
|
||||||
|
C.AnonymousFunction -> "anonymous_function"
|
||||||
|
|
||||||
-- | Pick the class name for a split patch.
|
-- | Pick the class name for a split patch.
|
||||||
splitPatchToClassName :: SplitPatch a -> AttributeValue
|
splitPatchToClassName :: SplitPatch a -> AttributeValue
|
||||||
splitPatchToClassName patch = stringValue $ "patch " <> case patch of
|
splitPatchToClassName patch = stringValue $ "patch " <> case patch of
|
||||||
|
Loading…
Reference in New Issue
Block a user