Is the Forum's syntax highlighting broken?

E.g. this snippet

struct Point {
  let x: Int
  let y: Int
}

It appears all monochrome on my machine:
image

Is the syntax highlighting plugin broken?

10 Likes

Looks like it’s fixed now.

1 Like

Different issue: syntax highlighting thinks dividing twice is regex.

let z = x/2 + y/3

Image: Screen Shot 2023-12-22 at 12.03.02

Edit: or dividing then commenting.

let z = x/2    // z is half of x
4 Likes

Yep, looks broken at the moment, another example.