summaryrefslogtreecommitdiff
path: root/pygments/lexers/math.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Copyright update.Georg Brandl2017-01-221-1/+1
* Copyright year update.Georg Brandl2015-01-211-1/+1
* 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
* Add token type Number.BinDavid Corbett2014-05-191-2/+2
* Merged in jrnold/pygments-main-stan (pull request #347)Tim Hatch2014-05-161-3/+2
|\
| * update Stan lexer to Stan v2.2.0Jeffrey B. Arnold2014-05-091-3/+2
* | IDLLexer should not be case sensitiveGaurav Jain2014-05-161-6/+8
* | Overlap due to case insensitive modeGaurav Jain2014-05-151-1/+1
* | Replace all occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-141-3/+3
* | Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-141-9/+9
|/
* Many minor style fixes (trailing whitespace, tabs, etc.)Georg Brandl2014-04-151-4/+4
* Merged in jstvz/pygments-main (pull request #288)Tim Hatch2014-04-141-6/+267
|\
| * SLexer: Escape periods in built-in functions.James Estevez2014-03-041-193/+193
| * SLexer: Remove months from list of keyword constantsJames Estevez2014-03-051-2/+2
| * Issue #412: Add built-in functions to SLexerJames Estevez2014-02-161-8/+269
* | Set version for GAP lexerTim Hatch2014-04-141-2/+2
* | Add missing GAP keywordsMax Horn2014-04-141-1/+5
* | Fix indentionMax Horn2014-04-141-1/+1
* | Put author attribution into AUTHORS fileMax Horn2014-04-141-1/+0
* | Add basic lexer for GAP, a mathematical programming language.Max Horn2014-04-051-1/+48
|/
* 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