Kilian Folger
Kilian Folger
I figured as much. Maybe just add this to the readme or put a comment in the source code? Because the error message wasn't exactly descriptive and I basically found...
I did some investigating; it looks like `sass-mode` has all the same stuff that's used to make `svelte--coffee-submode` work, I'll see if I can hook it up tomorrow. If I...
Well, tried copying the Coffee submode code and substituting the appropriate identifiers from `sass-mode.el`, didn't work. I'd normally take this as an opportunity to get into EL seriously, but I'm...
> You probably forgot... I made that mistake initially and it just gave me CSS highlighting and indentation, but then I changed it to `style` and it stopped doing any...
Well, I upgraded to Emacs 27.2 (Where did you get 28.0.50? I couldn't find it on the GNU site) and reinstalled sass-mode. Now it works, although there's still one odd...
Thanks! That's a big help already. As for the body tags - no, it doesn't, not in bare Sass either. Nor does it highlight any other element selector, only class...
I probably should have done this before opening my big mouth, but I just verified that Parsec's `parserBind`/`>>=` behaves the way I suggest, where empty ok followed by soft fail...