summaryrefslogtreecommitdiff
path: root/pygments/lexers/math.py
Commit message (Collapse)AuthorAgeFilesLines
* split up math moduleGeorg Brandl2014-09-201-2196/+10
|
* Remove a debugging print in the MatlabSessionLexer.Georg Brandl2014-09-201-1/+0
|
* fix mappingGeorg Brandl2014-09-201-2/+2
|
* misc fixups in math.py and jvm.pyGeorg Brandl2014-09-201-96/+3
|
* Fixup and word()ify mathGeorg Brandl2014-09-191-984/+999
|
* split up text lexersGeorg Brandl2014-09-191-1/+1
|
* Update StanLexer to support Stan v2.4.0Jeffrey B. Arnold2014-07-271-4/+4
|
* updated StanLexer to Stan version 2.3.0Jeffrey B. Arnold2014-06-301-3/+3
|
* Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-051-0/+2286
Elixir syntax has evolved quite significantly since the initial lexer was written. In this update I have rewritten most of the code to support modern Elixir (as of v0.14.0-dev). The example file has also been updated to give an quick overview of most of the language constructs.