leaf
leaf
Hi there. Thanks for your feedback. Actually, it seems to be a bug of TypeScript syntax `runtime/syntax/typescriptcommon` because I can reproduce it with a `.ts` file (set filetype=typescript). Anyway, I...
Hi, there. Unfortunately, at the moment, `sass/scss/less` syntax are not supported. I'll try to add this support when free. BTW, if you're interested, you can check https://github.com/leafOfTree/svelte-mode/blob/master/svelte-mode.el and see if...
Thanks for your time and efforts. It's totally fine. You probably forgot to replace `script` with `style`, which is kind of subtle. I've just added sass support https://github.com/leafOfTree/svelte-mode/commit/3f3a6c2e5e6f49e136380d245462c3769ac6f0c3. Nevertheless, feel...
Not sure. I tried `(M-x package-install sass-mode)` (which seems to automatically install `haml-mode` as a dependency) and loading `svelte-mode` from a local repo in my Linux env. It works for...
> Where did you get 28.0.50? Now I remember I probably compiled it from https://github.com/emacs-mirror/emacs. > Do you have the same problem? Same here. Something wrong with sass indent when...
I only managed to fix the indent in svelte-mode https://github.com/leafOfTree/svelte-mode/commit/6a1d4274af7f4c0f271f77bd96678c3dd1fa68e1. Now it behaves the same to sass-mode. For syntax, I've no idea why svelte-mode doesn't highlight keywords with a `-`...
Glad to hear that. You're right. The bare `sass-mode` does have the issue. It hasn't been updated for a long time. I'll take a look when I can.
Hi, there Thanks for your feedback. However, I'm not able to reproduce the issue.   Could you...
Hi, thanks! It was a bug. It should be fixed by https://github.com/leafOfTree/vim-svelte-plugin/commit/e42a7514e447802c7a01551b161ffdad0f996b01. Please check it out and let me know if any issues. 
Thanks for reporting it. I'll check it out later.