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

Solidity plugin breaks down markdown code block syntax highlighting #296

Open
ceo-domido opened this issue May 1, 2022 · 0 comments
Open

Comments

@ceo-domido
Copy link

ceo-domido commented May 1, 2022

If the solidity plugin is enabled, syntax highlighting disappears in markdown fenced code blocks.
I did not notice how it happened the first time, but next this issue is reproducible.
How to reproduce:

  • install Webstorm (tested on 2022.1 version)
  • create test.md file
  • create a fenced code block, e.g.
- test: test
# the YAML syntax highlighting is seen.
  • install and enable the solidity plugin
  • create a new fenced code block (the YAML syntax highlighting disappeared).
  • disable the solidity plugin (the YAML syntax highlighting is seen again).
@ceo-domido ceo-domido changed the title Solidity plugin breaks markdown code block syntax highlighting Solidity plugin breaks down markdown code block syntax highlighting May 1, 2022
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

1 participant