[Issues-19797]: Add support for block comments in Markdown configuration

This commit is contained in:
Rusydy Muhiddin 2024-12-22 20:05:33 +07:00
parent a0e4464a33
commit f0bbdac73f

View file

@ -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 },