bpruitt-goddard / vscode-mermaid-syntax-highlight

Markdown syntax support for the Mermaid charting language
MIT License
92 stars 36 forks source link

feat: add support for toggling comments #22

Closed remcohaszing closed 5 months ago

remcohaszing commented 5 years ago

This is based on https://code.visualstudio.com/api/language-extensions/language-configuration-guide#comment-toggling

I wasn’t sure how to test this.

bpruitt-goddard commented 5 years ago

Thanks for the PR 👏! I hadn't thought of adding language features to this extension, but it makes sense. I tried your commit but I wasn't able to get the commenting to work. Are you able to do so locally? Sometimes VS Code can be flaky with extension changes.

remcohaszing commented 5 years ago

It appears to work with .mmd files, but not in Markdown code blocks. I have no idea why this is.

bpruitt-goddard commented 5 months ago

Closing this PR in favor of the more comprehensive work in #124