IDE recognition of _Static_assert
The STM32 compiler toolchain supplied with CubeIDE 1.13.1 recognizes the _Static_assert statement, but the IDE itself does not (it marks it as a syntax error). Can this be fixed? Is there a setting I can change in the IDE to stop flagging _Static_assert as a syntax error without turning off all syntax checking?
Image showing IDE highlighting _Static_assert statement as a syntax error:

Image showing correct compiler treatment of _Static_assert:

To be clear, this is not a show-stopping problem; it's just an annoyance factor.