summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | RTF Formatter: replaced surrogate pair calculation with util.Andrew Pinkham2014-05-061-8/+3
| | | | |
| | * | | Merged birkenfeld/pygments-main into defaultAndrew Pinkham2014-05-062-14/+78
| | |\ \ \
| | | * \ \ Merged birkenfeld/pygments-main into defaultAndrew Pinkham2014-04-282-14/+78
| | | |\ \ \
| | | | * | | 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: fixed typo in test.Andrew Pinkham2014-04-281-1/+1
| | | | | | |
| | | | * | | 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
| | | | | | |
| | | | * | | RTF Formatter: tests addedAndrew Pinkham2014-04-261-0/+56
| | | | | | |
| * | | | | | Merged in dietmarw/pygments-main (pull request #348)Tim Hatch2014-05-1634-1135/+2567
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-162-11/+27
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve RacketLexer
| | | * \ \ \ \ \ \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-1628-652/+1007
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Improve support $ symbol in Java identifiersGaurav Jain2014-05-132-11/+15
| | | | | | | | | | |
| | | * | | | | | | | Match Java function name tokens even without leading whitespaceGaurav Jain2014-05-122-7/+6
| | | | | | | | | | |
| | | * | | | | | | | Add support for unicode letters in Java identifiersGaurav Jain2014-05-122-10/+23
| | | | |_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Additionally, allow $ in middle of variable names
| | * | | | | | | | Improve RacketLexerDavid Corbett2014-05-163-464/+1443
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merged in funfunctor/pygments-main (pull request #344)Tim Hatch2014-05-164-5/+170
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new/cryptol: Initial support
| | | * | | | | | | fixups as per commentsEdward O'Callaghan2014-05-062-3/+3
| | | | | | | | | |
| | | * | | | | | | Cryptol lexer fix typoEdward O'Callaghan2014-05-051-1/+1
| | | | | | | | | |
| | | * | | | | | | Cryptol lexer authorEdward O'Callaghan2014-05-051-0/+1
| | | | | | | | | |
| | | * | | | | | | new/cryptol: Initial supportEdward O'Callaghan2014-05-053-5/+169
| | | | |_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-162-11/+26
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Use unistring list to enable support for unicode leading character in HaskellGaurav Jain2014-05-162-11/+22
| | | | | | | | | | |
| | | * | | | | | | | Restore default MULTILINE flag to Haskell lexerGaurav Jain2014-05-131-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Improve support for Unicode in Haskell identifiersGaurav Jain2014-05-132-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unicode characters are not yet supported as the first letter since Haskell cares about the case of the letter
| | | * | | | | | | | Rename Haskell example fileGaurav Jain2014-05-131-0/+0
| | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | Merged in dscorbett/pygments-jasmin (pull request #349)Tim Hatch2014-05-1529-569/+837
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | | | | | | | | | | Add JasminLexer.analyse_text
| | | * | | | | | | Merged in andyli/pygments-main (pull request #354)Tim Hatch2014-05-1522-529/+599
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Haxe fixes
| | | | * \ \ \ \ \ \ Merged in jaingaurav2/pygments-main (pull request #351)Tim Hatch2014-05-157-1/+113
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some lines to be within 90 characters
| | | | | * | | | | | | Fixed incorrect backtrack indexGaurav Jain2014-05-141-1/+1
| | | | | | | | | | | |
| | | | | * | | | | | | Add vim script exmaple fileGaurav Jain2014-05-141-0/+21
| | | | | | | | | | | |
| | | | | * | | | | | | Ensure whitespace between python keyword and python commandGaurav Jain2014-05-141-2/+2
| | | | | | | | | | | |
| | | | | * | | | | | | Add support for embedded python in Vim scriptsGaurav Jain2014-05-141-0/+9
| | | | | |/ / / / / /
| | | | * | | | | | | Replace addtional hidden occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-144-24/+23
| | | | | | | | | | |
| | | | * | | | | | | Replace all occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-1412-147/+147
| | | | | | | | | | |
| | | | * | | | | | | Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-1416-236/+236
| | | | | | | | | | |
| | | | * | | | | | | Remove duplcation of PERL6_IDENTIFIER_RANGEGaurav Jain2014-05-141-3/+3
| | | | | | | | | | |
| | | | * | | | | | | Replace ^\s* with ^[ \t]* to avoid catching \nGaurav Jain2014-05-141-2/+2
| | | | | | | | | | |