Slicer tree view: better highlighting range inside nodes and in the editor
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
4 val x = { <bold>1</bold> }() (in test())
|
||||
4 val <bold>x = { 1 }()</bold> (in test())
|
||||
4 <bold>val x</bold> = { 1 }() (in test())
|
||||
4 val x = <bold>{ 1 }()</bold> (in test())
|
||||
4 [LAMBDA IN] val x = <bold>{ 1 }</bold>() (in test())
|
||||
4 val x = <bold>{ 1 }</bold>() (in test())
|
||||
|
||||
Reference in New Issue
Block a user