Aarav Navani

Results 3 issues of Aarav Navani

`fromFile` states that it takes a filename, although I am not sure on what its supposed to take, is it a string with the pallete's name or is it a...

question

Is there any comment parser similar to `Commented` in the Sprache library?

I have the following code ```cs const string sourceCode = ""; var doc = new StringDocument("code.eol", sourceCode); var highlightRegion = new SourceRegion(new SourceSpan(doc, err.Position.Offset, err.Position.Line)); log.Log(new LogEntry(Severity.Error, new Text(err.Message), new...