summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close branch update-phpupdate-phpTim Hatch2014-06-050-0/+0
|
* Made the following improvements to the PHP builtins script:Jeff Welch2014-06-051-89/+1057
| | | | | | | | | * account for the fact that functions are not always listed on the same line * added 15 missing modules * added 500+ missing functions * removed a handful of deprecated functions and modules NOTE: A couple of seldom used functions were removed that don't seem to be deprecated. This is a bug on PHP's side and I'll work to get it fixed.
* Merged in malept/pygments/yaml+jinja-lexer (pull request #365)Tim Hatch2014-06-043-1/+73
|\ | | | | | | Add YAML+Jinja lexer
| * Add YAML+Jinja (Saltstack state) lexerMark Lee2014-05-203-1/+73
| |
* | Merged in k0kubun/pygments-main (pull request #366)Tim Hatch2014-06-041-0/+8
|\ \ | | | | | | | | | Add SlimLexer
| * | Adds block comments for scheme as defined in R6RS.Joe Jevnik2014-06-031-0/+8
| |/ | | | | | | (http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-7.html#node_sec_4.2.3)
* | Add example file for slimTakashi Kokubun2014-05-291-0/+31
| |
* | Add SlimLexerTakashi Kokubun2014-05-252-1/+72
|/
* Add test for Go's unicode identifiers.Tim Hatch2014-05-201-0/+10
|
* Go allows unicode for identifiers.Tim Hatch2014-05-201-1/+3
| | | | Resolves #983
* Merged in dscorbett/pygments-numbers (pull request #364)Tim Hatch2014-05-2012-54/+65
|\ | | | | | | Add token type Number.Bin
| * Add token type Number.BinDavid Corbett2014-05-1912-54/+65
| |
* | Update mapfiles.Tim Hatch2014-05-191-2/+2
| |
* | Make the formatters _mapping.py work like lexers wrt. PYTHONPATHTim Hatch2014-05-191-0/+7
| | | | | | | | Resolves #784
* | Add 'emacs-lisp' alias to make org-mode happy.Tim Hatch2014-05-195-5/+44
| | | | | | | | Resolves #976
* | Fix nested comments in ColdFusionDavid Corbett2014-05-192-5/+4
|/
* Merged in dscorbett/pygments-vb.net (pull request #362)Tim Hatch2014-05-181-3/+2
|\ | | | | | | Fix VbNetLexer.analyse_text
| * Fix VbNetLexer.analyse_textDavid Corbett2014-05-171-3/+2
| | | | | | | | | | A file would only be detected as VB.NET if `#If` matched on the first line. The other regex search always raised an error.
* | Merged in jaingaurav2/pygments-main-c-cleanup (pull request #342)Tim Hatch2014-05-1814-207/+199
|\ \ | | | | | | | | | Add ability to specify default state transition
| * | Apply default state transition in various lexers to avoid extra token generationGaurav Jain2014-05-1810-159/+158
| | |
| * | Add support for default state transition in ExtendedRegexLexerGaurav Jain2014-05-181-9/+10
| | |
| * | Add test case for default state transitionGaurav Jain2014-05-171-0/+7
| | |
| * | Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-174-39/+24
| |\ \ | | |/ | |/|
| | * Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-1742-1180/+3649
| | |\
| | * | 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-293-33/+3
| | | |
| | * | 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-183-1/+277
|\ \ \ \ | |/ / / |/| | | | | | | Alloy (alloy.mit.edu) lexer
| * | | fixed bug in AlloyLexersperezde2014-05-171-1/+1
| | | |
| * | | Alloy (alloy.mit.edu) lexerSantiago Perez De Rosso2014-05-133-1/+277
| | | |
* | | | Merged in timgilbert/pygments-main/clj-keyword-fix (pull request #326)Tim Hatch2014-05-1766-1245/+5685
|\ \ \ \ | | | | | | | | | | | | | | | Tweaking clojure keyword lexing
| * \ \ \ Merged in jaingaurav2/pygments-main-993 (pull request #359)Tim Hatch2014-05-172-0/+10
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 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-162-0/+10
| | | |_|/ | | |/| |
| * | | | Merged in dscorbett/pygments-actionscript (pull request #360)Tim Hatch2014-05-171-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Swap MIME types of ActionScript and ActionScript 3
| | * | | | Add exclusion for LiterateCryptolLexer in test_basic_apiGaurav Jain2014-05-171-1/+1
| | |/ / /
| * | | | Swap MIME types of ActionScript and ActionScript 3David Corbett2014-05-172-6/+6
| |/ / /
| * | | Merged in jambonrose/pygments-main (pull request #338)Tim Hatch2014-05-166-15/+194
| |\ \ \ | | | | | | | | | | | | | | | Produce only unicode escape sequences in RTFs
| | * | | RTF Formatter: clarified error message.Andrew Pinkham2014-05-061-2/+2
| | | | |
| | * | | RTF Formatter: Simplified calculation of output string.Andrew Pinkham2014-05-061-1/+1
| | | | |
| | * | | RTF Formatter: tests modified to be more robust and user friendly.Andrew Pinkham2014-05-061-6/+50
| | | | |
| | * | | RTF Formatter: tests now use single footerAndrew Pinkham2014-05-061-10/+8
| | | | |
| | * | | RTF Formatter: added footer test.Andrew Pinkham2014-05-061-0/+7
| | | | |
| | * | | RTF Formatter: integrated tests with new string assert methods.Andrew Pinkham2014-05-061-6/+7
| | | | |
| | * | | Added tests for string assert methods.Andrew Pinkham2014-05-061-0/+39
| | | | |
| | * | | Added assert methods for string comparisons.Andrew Pinkham2014-05-061-0/+22
| | | | |
| | * | | RTF Formatter: standardized tests.Andrew Pinkham2014-05-061-3/+6
| | | | |
| | * | | Clarified comment in _surrogatepair() util.Andrew Pinkham2014-05-061-1/+1
| | | | |
| | * | | Added self (Andrew Pinkham) to AUTHORS.Andrew Pinkham2014-05-061-0/+1
| | | | |
| | * | | Added comment to _surrogatepair() util.Andrew Pinkham2014-05-061-0/+5
| | | | |