Commit 9e6e478
authored
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.1 parent 0806dac commit 9e6e478
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
0 commit comments