ZIm/crates/languages/src
Rusydy 4ce1ccfc40
Add support for block comments in Markdown configuration (#22352)
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.

*
[`crates/languages/src/markdown/config.toml`](diffhunk://#diff-4cf73d9af0f11f2ac8929bd8113ee76aa382dc96a731f18510c09fc3d0db1f9cR5):
Added block comment syntax `<!-- ` and ` -->` for Markdown files.

Closes https://github.com/zed-industries/zed/issues/19797

I have been testing it with the following:

1. create a simple markdown file containing following words

```markdown
good morning - English
Dzień dobry - polish
おはよう - japanese
صباح الخير - arabic
早安 - Chineses (Traditional)
```

2. comment using `cmd+/` and see if there are any errors



Release Notes:

- Added block comment syntax `<!-- ` and ` -->` for Markdown files.
2025-01-01 15:46:38 +00:00
..
bash Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00
c Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00
cpp Recognize .C and .H as supported cpp extensions (#21647) 2024-12-10 19:55:21 -05:00
css Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00
diff Improve diff syntax highlighting queries (#21740) 2024-12-12 15:18:36 -08:00
go Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00
gomod File context for assistant panel (#9712) 2024-03-29 13:55:01 -07:00
gowork File context for assistant panel (#9712) 2024-03-29 13:55:01 -07:00
javascript Syntax highlight the JavaScript keyword using (#22479) 2024-12-29 08:17:51 +00:00
jsdoc Add language icons to the language selector (#21298) 2024-12-02 15:01:09 -03:00
json Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00
jsonc Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00
markdown Add support for block comments in Markdown configuration (#22352) 2025-01-01 15:46:38 +00:00
markdown-inline Hide Markdown-Inline language from users with a new 'hidden' flag on language configs (#17104) 2024-08-29 11:23:33 -07:00
python python: Fix decorated test detection (#22327) 2024-12-21 13:11:52 +00:00
regex Add language icons to the language selector (#21298) 2024-12-02 15:01:09 -03:00
rust Revert accidental change to Rust outline files (#21545) 2024-12-04 11:58:56 -07:00
tsx Added JavaScript runnable detection for context and suite methods (#21719) 2024-12-09 13:17:51 +02:00
typescript Added JavaScript runnable detection for context and suite methods (#21719) 2024-12-09 13:17:51 +02:00
yaml Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00
bash.rs tasks: Expose captured variables to ContextProvider (#12134) 2024-05-22 19:45:43 +02:00
c.rs Enable clangd's dot-to-arrow feature (#21142) 2024-11-28 10:43:25 +02:00
css.rs Fix lang servers status set to Downloading when checking version (#22292) 2024-12-20 16:59:10 +00:00
go.rs Add go version to gopls cache key (#20922) 2024-12-09 12:56:01 +01:00
json.rs Fix lang servers status set to Downloading when checking version (#22292) 2024-12-20 16:59:10 +00:00
lib.rs Add language icons to the language selector (#21298) 2024-12-02 15:01:09 -03:00
python.rs Fix lang servers status set to Downloading when checking version (#22292) 2024-12-20 16:59:10 +00:00
rust.rs tasks/rust: Add support for running examples as binary targets (#21412) 2024-12-02 19:53:51 +01:00
tailwind.rs Fix lang servers status set to Downloading when checking version (#22292) 2024-12-20 16:59:10 +00:00
typescript.rs chore: Remove stray println (#22297) 2024-12-20 18:18:44 +00:00
vtsls.rs pylsp: Prefer version from user venv (#21069) 2024-11-25 00:54:47 +01:00
yaml.rs Fix lang servers status set to Downloading when checking version (#22292) 2024-12-20 16:59:10 +00:00