The following CSS code (well, SCSS) is wrong colored for matching braces:
```css
.page-link {
display: block;
padding: 5px 10px;
&:not(:last-child) {
margin-right: 0;
}
```
Here is the output in Geany-1.34.1:

BTW, would it be possible that `.scss` are also colored as `.css` files?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2099