提交 644b6c6b 编写于 作者: F Faustino Aguilar 提交者: Matt Bierner

Support HTML comments in Markdown (#14573)

Because Java comment syntax is not valid in Markdown.
上级 79a695b9
{
"comments": {
// symbol used for single line comment. Remove this entry if your language does not support line comments
"lineComment": "//",
// symbols used for start and end a block comment. Remove this entry if your language does not support block comments
"blockComment": [
"/*",
"*/"
"<!--",
"-->"
]
},
// symbols used as brackets
......@@ -37,4 +35,4 @@
")"
]
]
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册