提交 04cb6a4c 编写于 作者: M Matt Bierner

Prevent example jsdoc highlighting block from potentially leaking

Fixes #65181
上级 21d29aeb
......@@ -7,8 +7,8 @@
],
"repository": {
"example": {
"begin": "((@)example)\\s+.*$",
"while": "(^|\\G)\\s(?!@)",
"begin": "((@)example)\\s+(?=([^*]|[*](?!/))*$).*$",
"while": "(^|\\G)\\s(?!@)(?=([^*]|[*](?!/))*$)",
"beginCaptures": {
"1": {
"name": "storage.type.class.jsdoc"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册