Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #1030: recognize functions with no args in Matlab related lexers | Georg Brandl | 2014-10-07 | 1 | -0/+4 |
| | |||||
* | Closes #776: implement more comment types for MATLAB. | Georg Brandl | 2012-08-19 | 1 | -2/+5 |
| | |||||
* | Support guessing even with a filename (#355) | thatch | 2008-12-31 | 1 | -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). |