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
Any capital C in a math zone is highlighted differently than other letters. I believe it is introduced by this commit and this line.
The "C" value in the dictionary is making every C highlighted with texMathSymbol. I think a solution is to take that pair out of the dictionary and highlight it separately. If highlighting Cs differently is intended, is there any way I can disable it?
Steps to reproduce
Type a "C" in a math zone along with some other letters.
Expected behavior
The letters are highlighted the same.
Actual behavior
The text was updated successfully, but these errors were encountered:
Description
Any capital C in a math zone is highlighted differently than other letters. I believe it is introduced by this commit and this line.
The "C" value in the dictionary is making every C highlighted with
texMathSymbol
. I think a solution is to take that pair out of the dictionary and highlight it separately. If highlighting Cs differently is intended, is there any way I can disable it?Steps to reproduce
Type a "C" in a math zone along with some other letters.
Expected behavior
The letters are highlighted the same.
Actual behavior
The text was updated successfully, but these errors were encountered: