mirror of
https://github.com/BluePointLilac/ContextMenuManager.git
synced 2026-01-14 06:04:00 +08:00
添加#注释
This commit is contained in:
@@ -58,7 +58,7 @@ namespace BulePointLilac.Methods
|
||||
Array.ForEach(lines, line =>
|
||||
{
|
||||
string str = line.Trim();
|
||||
if(str.StartsWith(";"))
|
||||
if(str.StartsWith(";") || str.StartsWith("#"))
|
||||
{
|
||||
box.AppendText(str, Color.SkyBlue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user