summaryrefslogtreecommitdiff
path: root/pygments/lexers/matlab.py
Commit message (Expand)AuthorAgeFilesLines
* 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