mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Remove the Attribute
stuff.
This commit is contained in:
parent
be328aa0c2
commit
5c295fdcec
@ -28,9 +28,6 @@ unified diff before after = do
|
||||
beforeChunk = maybe (chunk "") (change "-" . unifiedTerm before) $ Patch.before patch
|
||||
afterChunk = maybe (chunk "") (change "+" . unifiedTerm after) $ Patch.after patch
|
||||
|
||||
beforeAttribute = Attribute { colour = Red, style = Bold }
|
||||
afterAttribute = Attribute { colour = Green, style = Bold }
|
||||
|
||||
unifiedTerm :: String -> Term a Info -> Chunk String
|
||||
unifiedTerm source term = fst $ cata f term
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user