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

Add support for block comments in Markdown configuration #22352

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Rusydy
Copy link

@Rusydy Rusydy commented Dec 22, 2024

This pull request includes a small change to the crates/languages/src/markdown/config.toml file. The change adds block comment syntax for Markdown files.

Closes #19797

I have been testing it with the following:

  1. create a simple markdown file containing following words
good morning - English
Dzień dobry - polish
おはよう - japanese
صباح الخير - arabic
早安 - Chineses (Traditional)
  1. comment using cmd+/ and see if there are any errors

Release Notes:

  • Added block comment syntax <!-- and --> for Markdown files.

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 22, 2024
@maxdeviant maxdeviant changed the title [Issues-19797]: Add support for block comments in Markdown configuration Add support for block comments in Markdown configuration Dec 22, 2024
@zed-industries-bot
Copy link

Messages
📖

This PR includes links to the following GitHub Issues: #19797
If this PR aims to close an issue, please include a Closes #ISSUE line at the top of the PR body.

Generated by 🚫 dangerJS against a0ca0bb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I cannot comment a line in Markdown
2 participants