Preformatted Text: Matlab

I love that you can format code to be syntax highlighted. Are there any plans to add more code languages such as Matlab?

Matlab is already supported if you use the markdown way of triggering preformatted text of three backticks followed by the name of the language:

```matlab

or by typing the \code(matlab) action

See also Markdown Cheat Sheet