-
Notifications
You must be signed in to change notification settings - Fork 407
Syntax highlighting of C in math zone #2761
Copy link
Copy link
Closed
Labels
Description
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
Reactions are currently unavailable
