svelte-mode icon indicating copy to clipboard operation
svelte-mode copied to clipboard

Emacs major mode for Svelte.

Results 5 svelte-mode issues
Sort by recently updated
recently updated
newest added

Using Sass `...` requires the use of indented syntax like this: ```sass .center position: absolute left: 50% top: 50% transform: translate(-50%, -50%) ``` but Emacs keeps forcing the indentation to...

Depending on the current cursor position, eglot assumes that it is in either svelte-mode, javascript-mode or css-mode Would there be a possibility, that svelte mode would report to eglot always...

If you have some extensive syntax inside a svelte on:click() function, svelte-mode formats it like this: ``` upBox("vector", { a: "0.2", b: "-0.3", c: "0", x: "0", y: "0", z:...

bug

The following code produces invalid imenu structure. ```svelte ``` For more information see https://github.com/joaotavora/breadcrumb/issues/36.

Svelte mode does not support built-in treesitter. I do not think it would be hard to implement. For example, instead of typescript-mode, it should use typescript-ts-mode. Most of the people...