You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MATLAB the apostrophe can be used both to denote a string as well as perform conjugation/transposition on Matrices. The latter is not recognized in the syntax highlighting and leads to odd highlighting.
This is a common problem. Here is the same issue in another editor.
Reproduction Steps
This is very easy to reproduce, simply load up the following code in helix.
K = [A+Kse, G ;
G.' , H+Kbt];
nb =Kse*(v- [0;0;1]);
mb =Kbt*u;
Summary
In MATLAB the apostrophe can be used both to denote a string as well as perform conjugation/transposition on Matrices. The latter is not recognized in the syntax highlighting and leads to odd highlighting.
This is a common problem. Here is the same issue in another editor.
Reproduction Steps
This is very easy to reproduce, simply load up the following code in helix.
And you should get something that looks like
Helix log
No response
Platform
linux
Terminal Emulator
zellij
Helix Version
helix 23.03 (c622882)
The text was updated successfully, but these errors were encountered: