dev: CSharp language highlight.

This commit is contained in:
2024-08-28 20:26:41 +08:00
parent 9ebacf87e5
commit d9c17720dc
3 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
using static LanguageExt.Prelude;
namespace YaeBlog.Core.Processors.Scanners;
public class CSharpScanner
{
}