1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

Add TypeDecl to Renderer.Split

This commit is contained in:
Rick Winfrey 2017-01-10 15:39:50 -08:00
parent 044859fd66
commit 6e488a4d6f

View File

@ -130,6 +130,7 @@ styleName category = "category-" <> case category of
C.EndBlock -> "end_block"
C.ParameterDecl -> "parameter_declaration"
C.Default -> "default_statement"
C.TypeDecl -> "type_declaration"
-- | Pick the class name for a split patch.
splitPatchToClassName :: SplitPatch a -> AttributeValue