bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37751: 27.0.50; Vue mode indentation stopped working at 0b3982b1a3


From: Dmitry Gutov
Subject: bug#37751: 27.0.50; Vue mode indentation stopped working at 0b3982b1a3
Date: Tue, 15 Oct 2019 15:30:03 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 15.10.2019 1:08, Gary Oberbrunner wrote:

Note that vue-mode is based on mmm-mode, so it's really three modes in one file. At the function foo(), it should be in typescript mode.

Could you please try applying the patch below to your installed mmm-mode version and restarting Emacs?

diff --git a/mmm-vars.el b/mmm-vars.el
index b567bb0..0926046 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -135,6 +135,7 @@
     font-lock-mark-block-function       ; Override this?
     font-lock-syntactic-keywords
     font-lock-syntactic-face-function
+    syntax-ppss-table
     parse-sexp-ignore-comments  ; Fixes indentation in PHP-mode?
     ;; Can be different in different buffers
     (c-basic-offset





reply via email to

[Prev in Thread] Current Thread [Next in Thread]