summaryrefslogtreecommitdiff
path: root/pygments/lexers/math.py
Commit message (Expand)AuthorAgeFilesLines
* Next version will be 2.0.Georg Brandl2014-01-191-2/+2
* use versionadded directivesGeorg Brandl2014-01-191-16/+16
* manual prettifying and small fixes after futurize runGeorg Brandl2014-01-181-0/+1
* futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-181-1/+2
* merge with Igor enhancements from t-b/pygments-main/igor-pro-changes-v2 (pull...Georg Brandl2014-01-101-7/+13
|\
| * More lexer fixest-b2013-10-311-3/+3
| * Changes to Igor Pro syntax highlightingt-b2013-10-241-5/+10
* | new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* | Whitespace cleanup.Georg Brandl2014-01-101-1/+1
* | Closes #923: remove blanket nonzero analyse_text returns, and add an analyse_...Georg Brandl2014-01-101-7/+2
* | Closes #881: try to fix all instances of matching transpose operator as string.Georg Brandl2014-01-091-6/+6
* | matlab session: fix roundtripsGeorg Brandl2014-01-091-2/+8
* | mathematica: small consistency fixesGeorg Brandl2014-01-091-3/+4
* | Merged in adereth/pygments-main (pull request #245)Georg Brandl2014-01-091-1/+47
|\ \
| * | Initial commit of MathematicaLexermadereth2013-10-131-1/+47
| |/
* | Merged in astrieanna/pygments-main (pull request #249)Georg Brandl2014-01-091-2/+2
|\ \
| * | fixed jlcon lexer to highlight entire 'julia>' prompt, instead of just the fi...Leah Hanson2013-10-301-2/+2
| |/
* | updated StanLexer to Stan version 2.0.1 language.Jeffrey B. Arnold2013-11-241-2/+2
|/
* Closes #863: improve analyse_text of Python and Numpy lexersGeorg Brandl2013-05-201-0/+5
* Closes #854: make the lexer guessing of the SLexer less greedy.Georg Brandl2013-05-191-1/+2
* merge with bitbucket.org/rgerkin/pygments-main (Igor Pro lexer), pull request...Georg Brandl2013-05-191-2/+259
|\
| * Added a lexer for Igor ProRick Gerkin2013-02-211-1/+269
* | StanLexer reformat codeJeffrey B. Arnold2013-04-151-1/+1
* | update StanLexer to Stan modeling language v1.3.0Jeffrey B. Arnold2013-04-151-14/+6
* | merge with upstreamJeffrey B. Arnold2013-04-151-1/+7
|\ \
| * | JuliaLexer: add immutable keyword, underscore-separated numbersMike Nolta2013-03-041-1/+7
| |/
* | update StanLexer to Stan 1.1.1, moreJeffrey B. Arnold2013-02-071-1/+1
* | updating StanLexer to Stan 1.1.1Jeffrey B. Arnold2013-02-071-2/+2
* | merge upstreamJeffrey B. Arnold2013-02-071-9/+14
|\ \ | |/ |/|
| * merge with upstreamJeffrey B. Arnold2013-02-071-17/+12
| |\
| | * StanLexer: added new functions, operators, and keywords in version 1.1.0Jeffrey B. Arnold2012-12-171-8/+7
| | * merging with upstreamJeffrey B. Arnold2012-12-171-8/+9
| | |\
| * | | cleaning up StanLexerJeffrey B. Arnold2012-11-181-7/+16
| | |/ | |/|
| * | StanLexer: added CPP reserved keywordsJeffrey B. Arnold2012-11-181-8/+9
* | | JuliaLexer: add baremodule, importall, using keywordsMike Nolta2013-01-211-2/+2
* | | Lower default analyse_text result of Octave lexer.Georg Brandl2013-01-181-2/+1
* | | Merge pull request #115 (IDL lexer) from https://bitbucket.org/mgalloy/pygmen...Georg Brandl2013-01-091-220/+247
|\ \ \
| * | | Happy new year 2013.Georg Brandl2013-01-091-1/+1
| * | | Fix issues found by "make check".Georg Brandl2013-01-091-3/+4
| * | | Closes #807: add number tokens to matlab/scilab/octave.Georg Brandl2012-12-251-0/+12
| * | | Julia lexer: import missing "shebang_matches" functionGeorg Brandl2012-12-251-0/+1
| | |/ | |/|
| * | JuliaLexer: add float32 literalsMike Nolta2012-11-211-2/+2
| |/
| * Remove unnecessary regex flagsTim Hatch2012-11-121-3/+3
| * Get ready for release: update "new in" version numbers and rename CUDALexerTim Hatch2012-11-121-1/+9
| * JuliaLexer: add oct literalsMike Nolta2012-10-211-0/+1
* | Merging upstream commits.Michael Galloy2012-10-181-2/+239
|\ \ | |/ |/|
| * Updating IDL library routines for IDL 8.2.1.Michael Galloy2012-10-081-208/+209
| * Adding reference documenting IDL reserved words and library routines. Adding ...Michael Galloy2012-10-081-2/+5
| * Basic IDL lexer.Michael Galloy2012-10-041-1/+235
* | Merged in jrnold/pygments-stan-fixes (pull request #112)Tim Hatch2012-10-071-1/+41
|\ \