components/prism-matlab.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt 79d22182 2021-06-08T13:50:35 FIxed some cases of quadratic worst-case runtime (#2922)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote 4cd4f01b 2017-10-22T15:02:28 MATLAB: Make strings greedy + handle line feeds better
Golmote a3cbecc2 2015-08-28T07:58:10 MATLAB: Simplify string pattern to remove lookbehind
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote d63e397d 2014-12-13T00:58:56 Fixed multiline comments
Golmote e36045f8 2014-12-12T21:39:53 Improved string regexp to not mess with matrix transposition
Golmote 65de193f 2014-12-12T20:23:27 Add MATLAB language