Re: [Matlab-emacs-discuss] [font-lock stopped working] [fixed]

2024-05-18 Thread Nidish Narayanaa Balaji
Okay I've fixed the font-lock issue. Since I adapted the code from a pre-existing package that was meant to be stand-alone, it had some checks in place that were overriding the existing font-lock. I got rid of these and simplified it since we want this to be distributed as part of matlab-mode.

Re: [Matlab-emacs-discuss] [font-lock stopped working] [fixed]

2024-05-18 Thread Uwe Brauer via Matlab-emacs-discuss
>>> "NNB" == Nidish Narayanaa Balaji >>> writes: > Okay I've fixed the font-lock issue. > Since I adapted the code from a pre-existing package that was meant to > be stand-alone, it had some checks in place that were overriding the > existing font-lock. I got rid of these and simplified it sin

Re: [Matlab-emacs-discuss] [font-lock stopped working] [fixed]

2024-05-18 Thread Uwe Brauer via Matlab-emacs-discuss
>>> "NNB" == Nidish Narayanaa Balaji >>> writes: > Okay I've fixed the font-lock issue. > Since I adapted the code from a pre-existing package that was meant to > be stand-alone, it had some checks in place that were overriding the > existing font-lock. I got rid of these and simplified it sin