[Github-comments] [geany/geany] wrong matched braces in (S)CSS code (#2099)
Pablo RodrÃguez
notifications at xxxxx
Sun Mar 3 16:08:16 UTC 2019
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:
![wrong-coloring](https://user-images.githubusercontent.com/203767/53697904-6b0fbd00-3dd6-11e9-9cd1-172d126d308e.png)
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190303/4a91c7de/attachment.html>
More information about the Github-comments
mailing list