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

Add SliceTy and Element to Split renderer

This commit is contained in:
Rick Winfrey 2017-01-12 11:47:29 -08:00
parent d015068e5b
commit 7cd5da6ea6

View File

@ -133,6 +133,8 @@ styleName category = "category-" <> case category of
C.TypeDecl -> "type_declaration"
C.PointerTy -> "pointer_type"
C.FieldDecl -> "field_declaration"
C.SliceTy -> "slice_type"
C.Element -> "element"
-- | Pick the class name for a split patch.
splitPatchToClassName :: SplitPatch a -> AttributeValue