Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jangid opened this issue Dec 10, 2019 · 5 comments
Open

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

jangid opened this issue Dec 10, 2019 · 5 comments

Comments

@jangid
Copy link

jangid commented Dec 10, 2019

I have a single-file-module. The indentation is not working in the <script> tag. <style> and are ok.

I am using Emacs27 HEAD from 'master'.

@scmutalisk
Copy link

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

@rickardsundin
Copy link

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

@jangid
Copy link
Author

jangid commented Jan 8, 2020 via email

@kennymalac
Copy link

:(

@quinn-dougherty
Copy link

also a problem on emacs 26 Doom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants