提交 ef38f54d 编写于 作者: M Martin Aeschlimann 提交者: GitHub

Merge pull request #36911 from MichielVanderlee/master

#3422 Add Region folding for bat
......@@ -18,5 +18,11 @@
["[", "]"],
["(", ")"],
["\"", "\""]
]
}
\ No newline at end of file
],
"folding": {
"markers": {
"start": "^\\s*(::|REM)\\s*#region",
"end": "^\\s*(::|REM)\\s*#endregion"
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册