summaryrefslogtreecommitdiff
path: root/pygments/lexers/math.py
Commit message (Expand)AuthorAgeFilesLines
...
* | JagsLexer: changed extension to .jagJeffrey B. Arnold2012-08-191-1/+1
* | BugsLexer, JagsLexer, StanLexer: fixed filenames, added analyse_text functionsJeffrey B. Arnold2012-08-191-2/+20
* | SLexer: update filenames and mimetypesJeffrey B. Arnold2012-08-191-3/+4
|/
* Closes #776: implement more comment types for MATLAB.Georg Brandl2012-08-191-1/+10
* BUGS/STAN: fix Bugs lexer and Stan example file to not generate errorsGeorg Brandl2012-08-191-6/+8
* Move BUGS to math.py, coding style fixes, add changelog entriesGeorg Brandl2012-08-191-1/+300
* merge with upstreamJeffrey B. Arnold2012-08-141-13/+19
|\
| * SLexer: allowed for escaped quotes, added better example fileJeffrey B. Arnold2012-08-111-6/+7
| * SLexer: fixed bug in valid_namesJeffrey B. Arnold2012-08-111-1/+1
| * SLexer: updated numbers to support hexagonal, imaginary, and LJeffrey B. Arnold2012-08-111-3/+6
| * SLexer: bug fixJeffrey B. Arnold2012-08-101-1/+1
| * SLexer: updated operators, punctuation, and keywordsJeffrey B. Arnold2012-08-101-6/+8
| * line lengthJeffrey B. Arnold2012-08-101-1/+2
| * SLexer: more general support of special operatorsJeffrey B. Arnold2012-08-101-2/+1
| * SLexer: added NA types and ellipses to builtin symbolsJeffrey B. Arnold2012-08-101-1/+1
* | moved BUGS languages to seperate moduleJeffrey B. Arnold2012-08-111-283/+1
* | fixing minor bugsJeffrey B. Arnold2012-08-111-4/+3
* | fixing bugs with JagsLexerJeffrey B. Arnold2012-08-011-8/+9
* | Added lexers for BUGS, JAGS, and STANJeffrey B. Arnold2012-08-011-2/+284
|/
* add 'do' keyword to julia lexerMike Nolta2012-05-301-1/+1
* upstream pullMike Nolta2012-03-111-4/+4
|\
| * Merge pygments-main with pygments-timTim Hatch2012-03-091-1/+1
| |\
| * | Simplify character classes, ordering fixesTim Hatch2012-03-091-1/+1
| * | Fix a couple of empty matchesTim Hatch2012-03-091-1/+1
| * | Fix a data loss bug in mupad lexerTim Hatch2012-03-091-2/+2
* | | bugfixesMike Nolta2012-03-111-5/+10
* | | rename JuliaSession -> JuliaConsole throughoutMike Nolta2012-03-041-5/+5
* | | start julia lexerMike Nolta2012-03-041-3/+153
| |/ |/|
* | Scilab: fix string expr and "$" builtin.Georg Brandl2012-02-291-1/+1
|/
* Scilab: move builtins to separate file and small fixes.Georg Brandl2012-02-181-39/+8
* Add the support of the Scilab languagesylvestre2012-02-181-1/+95
* Copyright update.Georg Brandl2012-02-051-1/+1
* Add author entry and changelog entry for Octave.Georg Brandl2011-09-221-5/+5
* Merged in jordigh/pygments-main (pull request #22)Georg Brandl2011-09-221-1/+1
|\
| * Fix current copyright year.Georg Brandl2011-07-091-1/+1
* | Improve parsing of double- and single-quoted stringsJordi Guti?rrez Hermoso2011-02-071-4/+4
* | Remove erroneous C++ function names, add Octave constants plus inf and nanJordi Guti?rrez Hermoso2011-02-011-7/+15
* | Add an Octave lexer, change Matlab's lexer description to not suggest it as a...Jordi Guti?rrez Hermoso2011-01-311-5/+390
|/
* Be sure to insert Unicode tokens.Georg Brandl2010-09-051-1/+1
* Add another keyword to matlab.Georg Brandl2010-08-231-2/+2
* Support new OO keywords in Matlab lexer (#521).Georg Brandl2010-08-221-3/+3
* Remove compatibility "sets" imports.Georg Brandl2010-02-181-4/+0
* merge with timGeorg Brandl2010-01-071-1/+1
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
* | Support R Console sessions (#439)thatch2009-10-081-1/+47
|/
* Apply patch from #419 for matlab functions without return typesthatch2009-07-071-1/+1
* #410: Recognize bitwise and logical or in Matlabthatch2009-06-221-1/+1
* #413: Handle numbers that start with a dotthatch2009-06-211-0/+1
* #411: S-Plus improvements provided by Winston Changthatch2009-06-211-2/+7
* Improve Matlab lexer as suggested by Winston Chang in #414thatch2009-06-211-2/+2