vue-mode
vue-mode copied to clipboard
Indentation isn't working in the <script> tag.
I have a single-file-module. The indentation is not working in the
I am using Emacs27 HEAD from 'master'.
i was about to do the same post. indentation for js-mode doesn't work in emacs26.3 and higher.
This looks like a duplicate of issue #74. That issue contains a suggested workaround that solved the problem for me (Emacs 27.0):
(setq mmm-js-mode-enter-hook (lambda () (setq syntax-ppss-table nil)))
(setq mmm-typescript-mode-enter-hook (lambda () (setq syntax-ppss-table nil)))
Thanks for this workaround. I am on emacs-27 branch so, I am sure, this will work for me.
:(
also a problem on emacs 26 Doom