Hi Pygments! Thanks for making a really useful library.
I'm a Matlab programmer and I'm using Pygments along with AsciiDoc and Jekyll to generate documentation for my project.
It doesn't look like Pygments is doing a good job of supporting modern Matlab OOP language features like classdefs and argument blocks. Here's what the online Pygments demo looks like:

That could use some work, IMHO. Here's what the same code looks like in Matlab R2021a itself:

Would you entertain a PR to improve this? This is something I could probably do myself.
Related:
But it might take more than that, especially for arguments blocks and declarative property constraints.
Hi Pygments! Thanks for making a really useful library.
I'm a Matlab programmer and I'm using Pygments along with AsciiDoc and Jekyll to generate documentation for my project.
It doesn't look like Pygments is doing a good job of supporting modern Matlab OOP language features like classdefs and
argumentblocks. Here's what the online Pygments demo looks like:That could use some work, IMHO. Here's what the same code looks like in Matlab R2021a itself:
Would you entertain a PR to improve this? This is something I could probably do myself.
Related:
1./x#1673But it might take more than that, especially for
argumentsblocks and declarative property constraints.