Added
- Auto-indent recognizes
privbefore any block-opening declaration (priv struct,priv enum, and friends).
Fixed
- Auto-indent works again. The block-opener and dedent patterns used
\>inside very-magic regexes, which matches a literal>instead of a word boundary, so no line ever indented.