A minimum example of this can be produced with this code: ```matlab classdef Foo properties mat1 = [1 1; 1 1]; mat2 = [1;1]; end end ``` The incorrect highlighting is seen here: <img width="256" height="113" alt="Image" src="https://github.com/user-attachments/assets/04de5a85-9b5c-4b07-aa6f-6dc31387318f" /> The first one only occurs within the properties block, while the second is general.