-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Match a CSharp Class, in the form:
[access modifier] [class] [identifer] : [inheritance]
Access modifiers can be:
- Blank
publicprivateprotectedinternalprotected internalprivate protected
class is a literal string (though a cousin regex for enums might not be bad)
identifiers have slight naming convention restrictions (may also want a regex for this)
inheritance should be optional
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request