mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
[Issues-19797]: Add support for block comments in Markdown configuration
This commit is contained in:
parent
a0e4464a33
commit
f0bbdac73f
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ name = "Markdown"
|
|||
grammar = "markdown"
|
||||
path_suffixes = ["md", "mdx", "mdwn", "markdown", "MD"]
|
||||
word_characters = ["-"]
|
||||
block_comment = ["<!-- ", " -->"]
|
||||
brackets = [
|
||||
{ start = "{", end = "}", close = true, newline = true },
|
||||
{ start = "[", end = "]", close = true, newline = true },
|
||||
|
|
Loading…
Reference in a new issue