dgutov / mmm-mode

New official home for mmm-mode, fixed for Emacs >= 23
http://mmm-mode.sourceforge.net/
GNU General Public License v2.0
333 stars 32 forks source link

is it possible to have an entire submode block begin at four spaces? #124

Closed iambumblehead closed 2 years ago

iambumblehead commented 2 years ago

I tried using mmm-mode to highlight vue3 components. It looks and works near-perfect. If I could have the submode (web-mode) start at the 4-space position it would be perfect. Does anyone know how I might do this?

Screen Shot 2022-07-25 at 5 51 56 PM
iambumblehead commented 2 years ago

if the opening tag is indented four spaces, the rest of the block follows the same indentation, which might be good enough for me

iambumblehead commented 2 years ago

this was "resolved" by downloading the web-mode sources and updating those

dgutov commented 2 years ago

I could also suggest html-mode as the simpler option for the submode.

But if web-mode works okay and brings some benefits, even better.