summary refs log tree commit diff stats
path: root/nimsuggest/tests/tmacro_highlight.nim
Commit message (Collapse)AuthorAgeFilesLines
* compiler/sem: correct macros lineinfo (#10438)alaviss2019-01-241-0/+13
The compiler believes these are where a macro call starts (marked with `^`): m "string" ^ ^ This commit addresses that.