Modify the source buffer so that the filename is used for selecting syntax...
Modify the source buffer so that the filename is used for selecting syntax highlighting rather than always using why. This ensures that C files (coming from Jessie) are not uniformly blue due to pointer deferencing "(*ptr)". For unrecognized files (e.g. Jesse files), the IDE falls back to the old approach, that is, using Why highlighting.
Showing
Please register or sign in to comment