AlexanderM
(Alexander Momchilov)
1
E.g. this snippet
struct Point {
let x: Int
let y: Int
}
It appears all monochrome on my machine:

Is the syntax highlighting plugin broken?
10 Likes
Nevin
2
Looks like it’s fixed now.
1 Like
Nevin
3
Different issue: syntax highlighting thinks dividing twice is regex.
let z = x/2 + y/3
Image: 
Edit: or dividing then commenting.
let z = x/2 // z is half of x
4 Likes
tera
4
Yep, looks broken at the moment, another example.