Earlier quoted context omitted.
I haven't either, but they just start with a #, right? What's the problem? EDIT: Oh, I see there are multiline comments.
I see things that look a lot like english sentences that are neither preceded by #, nor surrounded by #= =#. edit: with examples. this code, all the way up to line 48 looks like some comments, but also a bunch of sentences without the comment characters. https://github.com/FRBNY-DSGE/DSGE.jl/blob/master/src/solve/...
Also, in this markup, the top comments are blue only.
Then, the actual code begins, and it is syntax-colored. In code, comments seem to be preceded by pound.
After a big chunk of code, there is another set of comments in """, and then some more code, ending with `end`.
The ``` code samples in the comments might be part of some automated comment documentation extraction standard or some markup convention. The comments near them seem very formal, defining or explaining the code.
That's the best I can do not knowing the language.