Peiwen Lu
Peiwen Lu
I am recently working on a [functional programming Sass library](https://github.com/P233/lambda-sass) which has a very very basic anonymous function support: ```scss $color: reduce((add _1 _2 _2), "#", "a", "b", "c"); //...
I rewrote this package and updated lots of scope names. But sorry, when I was rewriting this package I forget this issues, and I named the `&` scope to `keyword.other.parent-selector.sass`....
It looks like this bug is caused by Emmet. If you reproduce this issue with the official CSS syntax, it still happens. But disable Emmet would solve the issue.
Hi, In terms of the "Removed built-in completions", I was comparing with the previous version of this package which happened before this package takes over the package name of "Sass"....
I tried many times, but still can't find a solution. Sorry! I will keep working on this issue and keep you updated.
Sorry, I will fix this in the next minor version.
That would be a great feature, but I afraid that the Sublime Text currently doesn't support this. This package only tells sublime text to create a index with the [selected...
Can [emmet](https://packagecontrol.io/packages/Emmet) solve your issue?  In the old version, property name completions had a very basic scope `source.sass`, but I also added some...
@deathaxe Thank you for your advice, I'll take a look at the `css_completions.py` and see what I can do to enable it in this package.
@NemoAlex Could you try to add the following content ``` source.scss - comment - variable - keyword.control - entity.other, source.sass - comment - variable - keyword.control - entity.other ``` to...