summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Allow default state transitions to allow for state strings as well as tuplesGaurav Jain2014-05-021-5/+7
| | | | | |
| | * | | | Use default state transition to eliminate unecessary empty tokensGaurav Jain2014-04-291-2/+2
| | | | | |
| | * | | | Add ability to specify default state transitionGaurav Jain2014-04-291-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | Certain lexers are forced to match an extra empty token if they want to make a state transition. By adding the ability to specfiy a default state transition to take, we can avoid creating extra tokens
* | | | | | Merged in spderosso/pygments-main (pull request #355)Tim Hatch2014-05-182-1/+60
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Alloy (alloy.mit.edu) lexer
| * | | | | fixed bug in AlloyLexersperezde2014-05-171-1/+1
| | | | | |
| * | | | | Alloy (alloy.mit.edu) lexerSantiago Perez De Rosso2014-05-132-1/+60
| | | | | |
* | | | | | Merged in timgilbert/pygments-main/clj-keyword-fix (pull request #326)Tim Hatch2014-05-1729-1144/+2763
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Tweaking clojure keyword lexing
| * \ \ \ \ \ Merged in jaingaurav2/pygments-main-993 (pull request #359)Tim Hatch2014-05-171-0/+8
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add shebang support to Groovy lexer
| | * | | | | | Only allow one shebang in Groovy filesGaurav Jain2014-05-161-1/+1
| | | | | | | |
| | * | | | | | Add shebang support to Groovy lexerGaurav Jain2014-05-161-0/+8
| | | |_|/ / / | | |/| | | |
| * | | | | | Swap MIME types of ActionScript and ActionScript 3David Corbett2014-05-172-6/+6
| |/ / / / /
| * | | | | Merged in jambonrose/pygments-main (pull request #338)Tim Hatch2014-05-162-15/+23
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Produce only unicode escape sequences in RTFs
| | * | | | | Clarified comment in _surrogatepair() util.Andrew Pinkham2014-05-061-1/+1
| | | | | | |
| | * | | | | Added comment to _surrogatepair() util.Andrew Pinkham2014-05-061-0/+5
| | | | | | |
| | * | | | | RTF Formatter: replaced surrogate pair calculation with util.Andrew Pinkham2014-05-061-8/+3
| | | | | | |
| | * | | | | Merged birkenfeld/pygments-main into defaultAndrew Pinkham2014-05-061-14/+22
| | |\ \ \ \ \
| | | * \ \ \ \ Merged birkenfeld/pygments-main into defaultAndrew Pinkham2014-04-281-14/+22
| | | |\ \ \ \ \
| | | | * | | | | RTF Formatter: consolidated output functions.Andrew Pinkham2014-04-281-2/+1
| | | | | | | | |
| | | | * | | | | RTF Formatter: removed unnecessary newlineAndrew Pinkham2014-04-281-1/+0
| | | | | | | | |
| | | | * | | | | RTF Formatter: added documentation about new output.Andrew Pinkham2014-04-281-0/+4
| | | | | | | | |
| | | | * | | | | RTF Formatter: inlined surrogate pair calculation.Andrew Pinkham2014-04-281-20/+10
| | | | | | | | |
| | | | * | | | | RTF Formatter: switch format character %i to %d.Andrew Pinkham2014-04-271-1/+1
| | | | | | | | |
| | | | * | | | | RTF Formatter: removed unnecessary floor function.Andrew Pinkham2014-04-271-2/+2
| | | | | | | | |
| | | | * | | | | RTF Formatter: pure unicode escaped output.Andrew Pinkham2014-04-261-14/+30
| | | | | | | | |
| * | | | | | | | Merged in dietmarw/pygments-main (pull request #348)Tim Hatch2014-05-1623-1095/+1711
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modelica-lexer: Add "end" to keyword list again
| | * \ \ \ \ \ \ \ Merged in jrnold/pygments-main-stan (pull request #347)Tim Hatch2014-05-162-8/+8
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update Stan lexer to Stan v2.2.0
| | | * | | | | | | | update Stan lexer to Stan v2.2.0Jeffrey B. Arnold2014-05-092-8/+8
| | | | | | | | | | |
| | * | | | | | | | | Merged in dscorbett/pygments-racket (pull request #358)Tim Hatch2014-05-161-11/+11
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve RacketLexer
| | | * \ \ \ \ \ \ \ \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-1622-641/+918
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Improve support $ symbol in Java identifiersGaurav Jain2014-05-131-6/+6
| | | | | | | | | | | | |
| | | * | | | | | | | | | Match Java function name tokens even without leading whitespaceGaurav Jain2014-05-121-5/+5
| | | | | | | | | | | | |
| | | * | | | | | | | | | Add support for unicode letters in Java identifiersGaurav Jain2014-05-121-10/+10
| | | | |_|_|_|_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally, allow $ in middle of variable names
| | * | | | | | | | | | Improve RacketLexerDavid Corbett2014-05-162-435/+766
| | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merged in funfunctor/pygments-main (pull request #344)Tim Hatch2014-05-162-5/+168
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new/cryptol: Initial support
| | | * | | | | | | | | fixups as per commentsEdward O'Callaghan2014-05-061-2/+2
| | | | | | | | | | | |
| | | * | | | | | | | | Cryptol lexer fix typoEdward O'Callaghan2014-05-051-1/+1
| | | | | | | | | | | |
| | | * | | | | | | | | new/cryptol: Initial supportEdward O'Callaghan2014-05-052-5/+168
| | | | |_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly based off Haskell, however with some tweaks to get reasonable support going. Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
| | * | | | | | | | | Merged in jaingaurav2/pygments-main (pull request #357)Tim Hatch2014-05-1615-130/+132
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Numerous regexlint fixes
| | | * | | | | | | | | IDLLexer should not be case sensitiveGaurav Jain2014-05-161-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced expressions with \w as appropriate
| | | * | | | | | | | | Replace a-z0-9_ with \w when IGNORECASE is setGaurav Jain2014-05-157-44/+44
| | | | | | | | | | | |
| | | * | | | | | | | | Overlap due to case insensitive modeGaurav Jain2014-05-1511-63/+63
| | | | | | | | | | | |
| | | * | | | | | | | | Overlap in character classGaurav Jain2014-05-153-8/+8
| | | | | | | | | | | |
| | | * | | | | | | | | Superfluous character class when only one charGaurav Jain2014-05-156-9/+9
| | | | | | | | | | | |
| | | * | | | | | | | | Instead of negating character class, flip case of builtin classGaurav Jain2014-05-152-3/+3
| | | | | | | | | | | |
| | * | | | | | | | | | Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-161-11/+14
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Use unistring list to enable support for unicode leading character in HaskellGaurav Jain2014-05-161-11/+12
| | | | | | | | | | | | |
| | | * | | | | | | | | | Restore default MULTILINE flag to Haskell lexerGaurav Jain2014-05-131-1/+1
| | | | | | | | | | | | |
| | | * | | | | | | | | | Improve support for Unicode in Haskell identifiersGaurav Jain2014-05-131-7/+9
| | | | |_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unicode characters are not yet supported as the first letter since Haskell cares about the case of the letter
| | * | | | | | | | | | Merged in dscorbett/pygments-jasmin (pull request #349)Tim Hatch2014-05-1520-550/+633
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | Add JasminLexer.analyse_text
| | | * | | | | | | | | Merged in andyli/pygments-main (pull request #354)Tim Hatch2014-05-1520-519/+568
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Haxe fixes