I am not actually sure to be honest. I have noticed the same thing. For now try adding an autotext entry for enum, then you can specify your own formatting and the final semi colon.
what language are you working in? The semi-colon after class {} is required in C++. I know this since I get compiler errors when I forget to add it, or somehow loose it.