In Matlab, when you use the conjugate tranpose symbol ' notepad++ usually colours it right. But if you use it like this

h{i,j}'

it doesn't work, because notepad++ thinks that the next characters are part of a string.

In Matlab, the braces {} are used for cells, and the parenthesis () are used for matrices and vectors.

Is there any workaround?

Thanks.