summary refs log tree commit diff stats
path: root/nimsuggest/tests/tsetter_highlight.nim
Commit message (Collapse)AuthorAgeFilesLines
* compiler/[msgs, suggest]: improve highlighter accuracy (#10496)alaviss2019-02-071-0/+10
Previously the compiler would generate suggestions based on the symbol identifier length, but that might not reflect the actual representation of it within the actual source code. This commit implements a simple source scanner for the suggest module to address the problem outlined above. Fixes nim-lang/nimsuggest#24
vision' href='/akkartik/mu/blame/fork.mu?h=hlt&id=b96af395b9af2ff9df94b3e82213171f30827c8d'>^
bc643692 ^
8923d6f6 ^



1ead3562 ^
8923d6f6 ^
bc643692 ^
8923d6f6 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16