leaf

Results 85 comments of 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. ![Screen Shot 2022-10-11 at 14 16 49](https://user-images.githubusercontent.com/13349592/195010882-8e974871-5dc1-464f-918e-b008e44d6f23.png) ![Screen Shot 2022-10-11 at 14 19 20](https://user-images.githubusercontent.com/13349592/195011315-a68ed7ef-3daf-42d8-a9ef-2bc786bfb1cb.png) 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. ![Screen Shot 2022-10-20 at 15 48 47](https://user-images.githubusercontent.com/13349592/196888554-82a14bac-179b-40be-8386-ae5e3b6188ee.png)

Thanks for reporting it. I'll check it out later.