feat: parse content text (base case).
This commit is contained in:
5
InkBlot/Error.cs
Normal file
5
InkBlot/Error.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace InkBlot;
|
||||
|
||||
public record Range(int StartLine, int StartColumn, int EndLine, int EndColumn);
|
||||
|
||||
public record Diagnostic(string FileName, Range Range, string Message, string Context);
|
||||
Reference in New Issue
Block a user