summaryrefslogtreecommitdiff
path: root/tests/examplefiles/matlab_sample
Commit message (Collapse)AuthorAgeFilesLines
* Closes #1030: recognize functions with no args in Matlab related lexersGeorg Brandl2014-10-071-0/+4
|
* Closes #776: implement more comment types for MATLAB.Georg Brandl2012-08-191-2/+5
|
* Support guessing even with a filename (#355)thatch2008-12-311-0/+27
This allows multiple lexers to support the same file extensions (say .pl for prolog or perl). When the file text is not provided, it will probably do the wrong thing (so -N mode of pygmentize will still be a wild guess).