Custom folding blocks for CSS
已回答
Is there any way to create custom folding blocks for CSS files? They don't support // comments.
请先登录再写评论。
/* */ should work, see also https://youtrack.jetbrains.com/issue/WEB-40.
Huh. I tried that before I posted, and it didn't work. But I just tried again, and it does work. I must have done it wrong the first time.
Thanks - that's exactly what I was looking for!