summary refs log tree commit diff stats
path: root/nimsuggest/tests/top_highlight.nim
Commit message (Collapse)AuthorAgeFilesLines
* compiler/suggest: highlight squashed operators (#11796)alaviss2020-04-201-0/+11
The operator fetching proc is greedy, so operators such as `%*` in expression `%*{}` can't be highlighted. This commit fixes that.