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:
parent
044859fd66
commit
6e488a4d6f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user