添加#注释

This commit is contained in:
蓝点lilac
2020-12-15 23:07:43 +08:00
parent af988f7a88
commit e4ae9517e5

View File

@@ -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);
}