summary refs log tree commit diff stats
path: root/nimsuggest/tests/tobj_highlight.nim
Commit message (Collapse)AuthorAgeFilesLines
* compiler/semtypes: improve lineinfo for exported object fields (#12495)alaviss2019-10-251-0/+11
The line info should now points to the `a`, not the `*`, like this: a*: string ^ Additionally this fixes nimsuggest's highlighting of exported object fields.