Is the Forum's syntax highlighting broken?

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