sphinx-contrib / matlabdomain

A Sphinx extension for documenting Matlab code
http://sphinxcontrib-matlabdomain.readthedocs.io/
Other
70 stars 45 forks source link

Bug 103 fixed #104

Closed joeced closed 4 years ago

joeced commented 4 years ago

Fixed #103 If a double quoted string was followed by a single quoted string, the lexer would produce incorrect token, causing the a parser warning. Fixed by merging parts from pygments.