What is the file to load the command \colon to be recognized (as a known command) by TeXStudio? If I add it to the personal command it works but I guess that this command comes from some package.
ps: I'm talking about highlighting unknown commands.
ps2: I tried grep colon *.cwl on my .config/texstudio folder and I found
mathabx.cwl:\coloneq#Sm
mathabx.cwl:\eqcolon#Sm
mathtools.cwl:\vcentcolon#S
mathtools.cwl:\ordinarycolon#S
mathtools.cwl:\MT_activate_colon#S
mathtools.cwl:\MT_active_colon_true#S
that is, no \colon command.


\colon. I am not able to find this command. – Sigur Oct 30 '12 at 0:23\colon#Sto a custom.cwlfile. (It is defined inplain.tex:\mathchardef\colon="603A % colon as a punctuation markand is redefined byamsmath.) – Qrrbrbirlbel Oct 30 '12 at 3:56