summaryrefslogtreecommitdiff
path: root/pygments/lexers/matlab.py
Commit message (Expand)AuthorAgeFilesLines
* Add GAP console session mode (#2211)Max Horn2022-08-191-0/+12
* Matlab session: fix traceback when a line continuation ellipsis appears in th...Georg Brandl2022-06-231-1/+1
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-0/+2
* Happy new year.Georg Brandl2022-01-251-1/+1
* Improve SciLab lexer.Matthäus G. Chajdas2021-11-061-1/+2
* octave: also allow percent block commentsGeorg Brandl2021-03-011-2/+9
* octave: add multiline commentsGeorg Brandl2021-03-011-7/+14
* minor formatting fixups for new lexersGeorg Brandl2021-02-141-3/+2
* Provide (all?) Matlab built-ins (#1705)Alex Povel2021-02-141-42/+2569
* MATLAB parser cleanup & fix for parsing `1./x` (#1673)Antony Lee2021-02-061-5/+9
* Matlab class properties (#1466)Dan2021-01-181-34/+64
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Fix several exponential/cubic complexity regexes found by Ben Caller/DoyensecGeorg Brandl2021-01-111-3/+3
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* Add analyze_text to make make check happy. (#1549)Matthäus G. Chajdas2020-09-231-0/+4
* all: use yield from (#1537)Georg Brandl2020-09-061-6/+4
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-4/+6
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Matlabsession line continuation (#1399)Bryan W. Weber2020-05-061-16/+40
* Multiline flag does not work with re.matchAlan Hamlett2020-02-081-2/+2
* More fixes to MATLAB lexer. (#1328)Georg Brandl2019-12-061-4/+5
|\
| * More fixes to MATLAB lexer.Antony Lee2019-12-061-4/+5
* | recognize escapes in Matlab double quoted stringsGeorg Brandl2019-11-271-1/+1
* | Fixes #1124Jan Siqueira2019-11-271-0/+2
* | MATLAB allows keywords to be used as field names.Antony Lee2019-11-271-5/+8
|/
* MATLAB: Recognize command form.Antony Lee2019-11-251-8/+23
* MATLAB: improve detection and float boundaries.Antony Lee2019-11-251-6/+14
* Matlab/etc: add missing word boundary to recognize function kw (bitbucket PR ...Georg Brandl2019-11-241-3/+3
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fix more instances of invalid string escapesGeorg Brandl2018-11-281-2/+2
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+663