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

2024-06-01 Thread Nidish Narayanaa Balaji
ists.sourceforge.net *Subject:* Re: [Matlab-emacs-discuss] [font-lock stopped working] [fixed] Hello John, Thank you for taking a look! By "Cells" I don't mean the matlab cell objects, but rather "code-blocks" delimited by commented lines starting with "%%". I&

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

2024-05-22 Thread John Ciolfi via Matlab-emacs-discuss
Sent: Wednesday, May 22, 2024 2:18 PM To: John Ciolfi ; Uwe Brauer Cc: matlab-emacs-discuss@lists.sourceforge.net Subject: Re: [Matlab-emacs-discuss] [font-lock stopped working] [fixed] Hello John, Thank you for taking a look! By "Cells" I don't mean the matlab cell ob

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

2024-05-22 Thread Nidish Narayanaa Balaji
--- *From:* Uwe Brauer via Matlab-emacs-discuss *Sent:* Sunday, May 19, 2024 2:11 AM *To:* Nidish Narayanaa Balaji *Cc:* matlab-emacs-discuss@lists.sourceforge.net *Subject:* Re: [Matlab-emacs-discuss] [font-lock stopped working] [fixed] >>&

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

2024-05-22 Thread John Ciolfi via Matlab-emacs-discuss
ues in the lisp files you've added? Thanks, John From: Uwe Brauer via Matlab-emacs-discuss Sent: Sunday, May 19, 2024 2:11 AM To: Nidish Narayanaa Balaji Cc: matlab-emacs-discuss@lists.sourceforge.net Subject: Re: [Matlab-emacs-discuss] [font-lock

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

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]

2024-05-16 Thread Nidish Narayanaa Balaji
I have heard about this package but I have never used it myself. I highly recommend checking it out! I use tree-sitter-hl for highlighting, and ts-fold for code folding.  I have a feeling that something got mixed up when I refreshed the matlab-load.el - I'd recommend retrying by using the matla

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

2024-05-16 Thread Uwe Brauer via Matlab-emacs-discuss
>>> "NNB" == Nidish Narayanaa Balaji >>> writes: > Wow that's interesting, thanks for noticing! > I didn't catch this because I myself use tree-sitter for syntax > highlighting and don't use the syntax highlighting from matlab-mode. I have heard about this package but I have never used it mysel

Re: [Matlab-emacs-discuss] [font-lock stopped working] (was: [matlab-cell])

2024-05-16 Thread Nidish Narayanaa Balaji
Wow that's interesting, thanks for noticing! I didn't catch this because I myself use tree-sitter for syntax highlighting and don't use the syntax highlighting from matlab-mode.  I have a feeling that something got mixed up when I refreshed the matlab-load.el - I'd recommend retrying by using