1C# patterns
2===========
3
4- `classes` matches class definitions
5- `comments` matches comments
6- `enums` matches enumerations
7- `functions` matches function definitions
8- `names` matches identifiers (and keywords)
9- `strings` matches strings
10- `zap_comments` removes comments from matches
11- `zap_strings` removes strings from matches
12