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?
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?
Looks like it’s fixed now.
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
Yep, looks broken at the moment, another example.