spawnfest / nakaz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Highlight particular erroneous place in config

si14 opened this issue · comments

Clang is good in this:

error foo: bar = baz
                 ^^^

We can show errors in a similar way.

(BTW, this doesn't play well with "one log entry = one log line" principle)