Simon

Results 2 issues of Simon

Edit: `::` syntax is known has turbofish apparently. Syntax example: ``` /* simplest example // correct func(); // not correct func::(); */ // working example let result = "hello, world"...

bug

If multiple `#[[ ]]` string literals appear inline, the syntax highlighter gets confused: ![screenshot_65](https://user-images.githubusercontent.com/10088628/69989505-bc89db80-1511-11ea-8204-967b7cd3d8cc.png) ![screenshot_66](https://user-images.githubusercontent.com/10088628/69989977-cfe97680-1512-11ea-9004-71c66e278fcb.png)