Slicer tree view: better highlighting range inside nodes and in the editor

This commit is contained in:
Valentin Kipyatkov
2020-04-14 22:19:38 +03:00
parent 64fec54c48
commit 91a793d575
252 changed files with 696 additions and 644 deletions
@@ -1,5 +1,5 @@
9 return <bold>1</bold>;
7 val <bold>x = foo</bold> (in test())
7 <bold>val x</bold> = foo (in test())
7 val x = <bold>foo</bold> (in test())
4 val <bold>foo: Int by D.INSTANCE</bold>
4 <bold>val foo: Int</bold> by D.INSTANCE
9 return <bold>1</bold>;