attilabuti / vscode-mjml

This repo is archived. MJML preview, lint, compile for Visual Studio Code.

Home Page:https://marketplace.visualstudio.com/items?itemName=attilabuti.vscode-mjml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Block comments not working with MJML files

sinklair opened this issue · comments

VS Code doesn't seem to be picking up the right block comments for MJML code. It is applying the default /* */.

Hello @sinklair

Which vscode-mjml version do you use?

I'm using 1.5.1 and have noticed this too. Initially when I updated to 1.5.1 block comments worked, but have since returned to the /**/ format

@dnuanes do you have any other extension enabled? Can you try to disable all of them and see if anything changes?

@attilabuti Good call. For some reason I had another MJML syntax extension installed as well. Once I disabled that, the block comments started working properly.

Ah, good call. Same here. Had another MJML syntax highlighter that was causing the issue.