Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix highlight of functions in CPP lexer (#1928)
This fixes a bug where closing bracket does not pops out of the function state and causes subsequent functions not to be highlighted correctly. This change ensures closing bracket in statements mixin is detecting function state.
- Loading branch information