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
..
2024-12-16 22:57:15 -07:00
2024-11-15 07:37:31 +01:00
2024-09-13 17:44:16 -04:00
2024-12-30 14:43:17 +00:00
2024-12-30 14:43:17 +00:00
2024-11-22 19:02:32 -05:00
2024-11-25 18:26:34 -05:00
2024-11-25 19:44:34 -05:00
2024-11-28 10:58:36 +02:00
2024-11-21 14:11:57 -05:00
2024-12-28 23:09:55 +00:00
2024-12-30 12:08:26 +00:00
2024-12-17 22:16:59 -07:00
2024-11-19 08:23:12 -07:00
2024-12-30 21:14:08 +00:00
2024-12-25 00:33:26 +00:00
2024-11-19 08:23:12 -07:00
2024-12-22 08:20:17 +00:00
2024-12-30 14:43:17 +00:00
2024-12-19 12:48:54 +00:00
2024-12-16 23:57:07 -05:00
2024-12-28 21:21:32 +00:00
2024-11-25 18:26:34 -05:00
2024-12-27 18:09:50 +00:00
2024-10-07 01:29:58 +02:00
2024-12-30 12:23:11 +00:00
2024-08-26 11:43:13 -04:00
2024-12-31 00:50:57 +00:00
2024-11-20 16:52:38 -08:00
2024-12-02 15:01:09 -03:00
2024-12-10 15:04:47 -05:00
2024-11-01 13:20:30 -04:00
2024-12-17 11:39:18 -07:00
2024-12-28 21:36:14 +00:00
2024-12-11 22:13:52 -05:00
2024-12-28 21:21:32 +00:00
2024-12-28 21:36:14 +00:00
2024-12-20 08:38:50 +00:00
2024-12-19 22:16:01 +00:00
2024-12-31 22:37:41 +00:00
2024-12-14 15:30:56 -07:00
2024-12-19 02:20:35 +00:00
2024-12-30 14:43:17 +00:00
2024-12-12 18:27:06 -08:00
2024-11-15 07:37:31 +01:00
2024-12-29 19:37:04 +00:00
2024-12-28 23:09:55 +00:00
2024-12-19 02:20:35 +00:00
2024-12-05 15:06:17 -08:00
2024-12-10 15:01:14 +01:00
2024-12-14 13:35:36 -07:00
2024-12-18 12:55:09 +01:00
2024-12-16 22:57:15 -07:00
2024-09-06 11:58:39 +02:00
2024-12-20 22:42:18 +00:00
2024-12-02 15:01:09 -03:00
2024-12-28 21:21:32 +00:00
2024-12-16 22:57:15 -07:00
2024-12-11 16:38:03 -05:00
2024-12-14 13:35:36 -07:00
2024-12-28 23:09:55 +00:00
2025-01-01 15:46:38 +00:00
2024-12-05 15:06:17 -08:00
2024-12-06 12:06:55 -08:00
2024-12-05 15:06:17 -08:00
2024-12-30 23:34:25 +00:00
2024-12-24 04:26:13 +00:00
2024-12-17 14:46:38 -05:00
2024-12-18 14:47:09 -07:00
2024-12-13 20:31:54 -08:00
2024-12-30 12:23:11 +00:00
2024-11-20 16:52:38 -08:00
2024-11-22 14:49:26 -08:00
2024-11-22 10:10:01 -05:00
2024-12-09 14:26:36 +01:00
2024-12-30 12:08:26 +00:00
2024-12-30 14:43:17 +00:00
2024-11-11 18:39:05 +01:00
2024-12-28 21:36:14 +00:00
2024-12-12 15:45:44 -08:00
2024-12-31 00:50:57 +00:00
2024-12-30 14:43:17 +00:00
2024-12-15 22:24:41 -07:00
2024-12-27 16:43:01 +00:00
2024-12-28 23:09:55 +00:00
2024-12-25 00:33:26 +00:00
2024-11-21 14:50:38 -07:00
2024-12-22 08:20:17 +00:00
2024-12-28 21:21:32 +00:00
2024-11-15 07:37:31 +01:00
2024-11-22 14:49:26 -08:00
2024-11-21 08:48:13 +01:00
2024-12-09 14:26:36 +01:00
2025-01-01 00:09:36 +00:00
2024-12-28 23:09:55 +00:00
2024-10-07 01:29:58 +02:00
2024-12-06 16:42:58 -07:00
2024-12-13 14:23:02 -05:00
2024-11-18 22:56:34 +01:00
2024-11-22 19:02:32 -05:00
2024-12-14 13:35:36 -07:00
2024-12-03 23:22:26 -05:00
2024-11-11 18:39:05 +01:00
2024-09-06 11:58:39 +02:00
2024-12-28 23:09:55 +00:00
2024-10-30 10:59:03 +01:00
2024-12-18 12:55:09 +01:00
2024-09-06 11:58:39 +02:00
2024-12-28 21:36:14 +00:00
2024-12-16 16:15:58 +02:00
2024-12-28 21:36:14 +00:00
2024-12-18 09:41:47 -07:00
2024-12-22 08:20:17 +00:00
2024-12-20 13:49:12 +00:00
2024-12-30 14:43:17 +00:00
2024-12-03 23:19:52 -07:00
2024-12-05 19:17:26 -03:00
2024-11-22 19:02:32 -05:00
2024-12-03 12:57:39 -05:00
2024-12-17 22:16:59 -07:00
2024-09-06 11:58:39 +02:00
2024-12-28 21:36:14 +00:00
2024-12-14 13:35:36 -07:00
2024-12-30 12:23:11 +00:00
2024-12-20 22:52:11 +00:00
2024-11-11 12:58:39 -05:00
2024-12-31 20:56:23 +00:00
2024-12-14 13:35:36 -07:00
2024-12-28 21:21:32 +00:00
2024-11-21 16:24:38 -05:00
2024-12-28 23:09:55 +00:00
2024-12-30 14:43:17 +00:00
2024-12-19 19:23:50 +00:00
2024-12-30 14:43:17 +00:00
2024-12-30 12:08:26 +00:00
2024-12-21 16:58:26 +00:00