Open userzimmermann opened 7 years ago
GitMate.io thinks the contributor most likely able to help you is @jayvdb.
https://gist.github.com/userzimmermann/f43c4d1ae001ddc78bca5ce827bca8f1 shows my proof of concept for this
@aptrishu @Makman2 What do you think about it?
That looks good, so in principle we use step-by-step pattern matching to assign to the parsed ast elements of pygments our SourceRange
and other classes. I'm fine with that :)
This issue seems stale!
@userzimmermann please reassign yourself if you're still working on this.
(Powered by GitMate.io)
This issue is reserved under the GSoC project Improve Generic Bear Quality.
Instead of further complicating the
AnnotationBear
with https://github.com/coala/coala-bears/pull/1332 it should first be simplified by usingPygments
lexers instead of custom parsing for extraction of comment and string ranges from source codeThis is also related to https://github.com/coala/coala/issues/4775