Vitalts / golangide

Automatically exported from code.google.com/p/golangide
0 stars 0 forks source link

incorrect comment highlight #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
 When C++ style comment ends with backslash, next line will be incorectly highlighted.

fmt.Printf("abc\n") //\
a := b //incorrectly highlighted as comment!

What version of the product are you using? On what operating system?
x12

Original issue reported on code.google.com by phil...@seznam.cz on 14 Jun 2012 at 3:09

GoogleCodeExporter commented 8 years ago

Original comment by Visua...@gmail.com on 20 Jun 2012 at 12:21

GoogleCodeExporter commented 8 years ago
fix
edit share/liteide/liteeditor/kate/go.xml and find and remove line 
<linecontinue ...

Original comment by Visua...@gmail.com on 23 Jun 2012 at 1:04