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

Indentation isn't working in the <script> tag.

Open jangid opened this issue 5 years ago • 5 comments

I have a single-file-module. The indentation is not working in the

I am using Emacs27 HEAD from 'master'.

jangid avatar Dec 10 '19 14:12 jangid

i was about to do the same post. indentation for js-mode doesn't work in emacs26.3 and higher.

scmutalisk avatar Dec 11 '19 00:12 scmutalisk

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)))

rickardsundin avatar Jan 07 '20 23:01 rickardsundin

Thanks for this workaround. I am on emacs-27 branch so, I am sure, this will work for me.

jangid avatar Jan 08 '20 03:01 jangid

:(

kennymalac avatar Mar 30 '20 17:03 kennymalac

also a problem on emacs 26 Doom

quinn-dougherty avatar Apr 09 '20 17:04 quinn-dougherty