1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00

Add a Class category

This commit is contained in:
joshvera 2016-07-29 16:28:27 -04:00
parent edaab80540
commit ef78210447

View File

@ -77,6 +77,8 @@ data Category
| Object | Object
-- | A return statement. -- | A return statement.
| Return | Return
-- | A class declaration.
| Class
-- | A non-standard category, which can be used for comparability. -- | A non-standard category, which can be used for comparability.
| Other Text | Other Text
deriving (Eq, Generic, Ord, Show) deriving (Eq, Generic, Ord, Show)