fxbois / web-mode

web template editing mode for emacs
https://web-mode.org
GNU General Public License v3.0
1.63k stars 262 forks source link

Interpolation is causing tags to not match in svelte engine. #1273

Closed knarkzel closed 10 months ago

knarkzel commented 1 year ago

Also happens with inline functions.

2023-03-29-225951_1802x533_scrot

Configuration:

(use-package web-mode
  :mode (("\\.svelte\\'" . web-mode))
  :hook ((web-mode . emmet-mode)
         (web-mode . lsp-deferred))
  :custom
  (web-mode-part-padding 0)
  (web-mode-markup-indent-offset 2)
  :straight t)
fxbois commented 10 months ago

could you update with last version and explain more precisely the issue