Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Improved lifetimes and added macro parameters to rust. | Armin Ronacher | 2014-11-06 | 1 | -2/+4 | |
|/ | ||||||
* | Closes #1050: highlight Java package names after "package" like after "import". | Georg Brandl | 2014-11-04 | 1 | -1/+1 | |
| | ||||||
* | Closes #1051: fix misrecognition of throw and return statements as method | Georg Brandl | 2014-11-04 | 1 | -3/+5 | |
| | | | | signatures in the Java lexer. | |||||
* | Closes #1052: recognize unicode whitespace in JS lexer. | Georg Brandl | 2014-11-04 | 1 | -1/+1 | |
| | ||||||
* | Fix docstring. | Georg Brandl | 2014-10-29 | 1 | -1/+1 | |
| | ||||||
* | Merged in stephencelis/pygments-main/swift-lang (pull request #410) | Tim Hatch | 2014-10-30 | 1 | -32/+196 | |
|\ | | | | | | | Implement proper Swift lexer | |||||
| * | Swift: PR Fixes | Stephen Celis | 2014-10-29 | 1 | -5/+6 | |
| | | | | | | | | | | | | - Fix prematurely popped states - Fix @availability - Fix single-digit floats | |||||
| * | Swift: Address PR feedback | Stephen Celis | 2014-10-29 | 1 | -5/+7 | |
| | | | | | | | | | | | | - Use default('#pop') - Fix oddly-wrapped lines - Restore versionadded | |||||
| * | Swift Lexer: Whitespace not optional | Stephen Celis | 2014-10-24 | 1 | -3/+3 | |
| | | ||||||
| * | Swift Lexer: change " *" to "\s*" for flexibility | Stephen Celis | 2014-10-24 | 1 | -9/+9 | |
| | | ||||||
| * | Implement proper Swift lexer | Stephen Celis | 2014-10-23 | 1 | -34/+195 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - No longer inherits from the Objective-C lexer (Swift is not a subset of Objective-C, so the existing lexer highlights incorrectly) - Updated for Swift 1.1 (the existing lexer wasn't even up-to-date with Swift 1.0 GM) - Adds Swift attributes - Adds Swift builtins - Adds string interpolation support - Adds nested comment support - Adds "preprocessor" statement support - Adds implicit block variable support - Parses special comments (reST, MARK, TODO, FIXME) - Parses more Swift constructs than before | |||||
* | | Improve comment around inherit handling. | Tim Hatch | 2014-10-28 | 1 | -1/+3 | |
| | | ||||||
* | | Improve comments for RegexLexer inheritance. | Tim Hatch | 2014-10-28 | 1 | -0/+6 | |
| | | ||||||
* | | Fix inheritance repetition problem. __mro__ already includes cls. | Tim Hatch | 2014-10-28 | 1 | -1/+1 | |
| | | ||||||
* | | Add #Else to VB.NET | Unknown Name | 2014-10-26 | 1 | -1/+1 | |
|/ | ||||||
* | Update BroLexer hex constant. | Tim Hatch | 2014-10-21 | 1 | -1/+1 | |
| | | | | | From reading later use, I assume this was meant to match a single character. Removes some double-repetitions from patterns. | |||||
* | add a analyse_text to the http lexer | Georg Brandl | 2014-10-21 | 1 | -0/+4 | |
| | ||||||
* | postgres builtins: dont always import stuff needed for the selfupdate machinery | Georg Brandl | 2014-10-19 | 1 | -109/+109 | |
| | ||||||
* | Javascript: allow shebangs | Georg Brandl | 2014-10-17 | 1 | -0/+1 | |
| | ||||||
* | Add docstring to ResourceBundle lexer. | Georg Brandl | 2014-10-17 | 1 | -0/+5 | |
| | ||||||
* | Closes #1043: fix PHP closing tag recognition | Georg Brandl | 2014-10-17 | 1 | -1/+2 | |
| | ||||||
* | Fix sphinx extension for doc gen. | Georg Brandl | 2014-10-16 | 1 | -3/+5 | |
| | ||||||
* | Bump to 2.0rc1.2.0rc1 | Georg Brandl | 2014-10-16 | 1 | -1/+1 | |
| | ||||||
* | Closes #1042: dont recognize *.md as MiniD anymore (which is now Croc). | Georg Brandl | 2014-10-16 | 2 | -2/+2 | |
| | | | | | .md should be lexed as Markdown once we have a lexer for it. Rename examplefile accordingly. | |||||
* | More fixes thanks to regexlint. | Georg Brandl | 2014-10-16 | 15 | -51/+39 | |
| | ||||||
* | Fix "matches empty string" complaints from regexlint. | Georg Brandl | 2014-10-16 | 19 | -81/+107 | |
| | ||||||
* | Fix typo. | Georg Brandl | 2014-10-16 | 1 | -1/+1 | |
| | ||||||
* | Curly brace escaping, round 2. | Tim Hatch | 2014-10-15 | 9 | -27/+28 | |
| | | | | | | | These were all pointed out by regexlint but required manual effort to track down (indicator.py was confused by most of them being produced by expressions). Also comment out some iffy comment patterns. | |||||
* | Curly brace escaping, round 1. | Tim Hatch | 2014-10-15 | 21 | -46/+46 | |
| | | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module). | |||||
* | KconfigLexer: Be explicit about single repetition. | Tim Hatch | 2014-10-15 | 1 | -1/+5 | |
| | ||||||
* | HttpLexer: Use \Z explicitly for end of file. | Tim Hatch | 2014-10-15 | 1 | -4/+4 | |
| | ||||||
* | maxunicode is 0xffff for narrow builds | Georg Brandl | 2014-10-15 | 1 | -2/+4 | |
| | ||||||
* | Merge with -main | Tim Hatch | 2014-10-15 | 4 | -27/+24 | |
|\ | ||||||
| * | Use unistring.combine in dotnet lexers. | Tim Hatch | 2014-10-15 | 1 | -15/+15 | |
| | | ||||||
| * | Use unistring.combine for slight speedup. | Tim Hatch | 2014-10-15 | 2 | -8/+8 | |
| | | ||||||
| * | Minor cleanup in TestcaseFormatter | Tim Hatch | 2014-10-15 | 1 | -3/+1 | |
| | | ||||||
* | | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵ | Georg Brandl | 2014-10-15 | 33 | -181/+182 | |
| | | | | | | | | regexes | |||||
* | | unistring: only add non-BMP characters to categories on wide/flexible builds | Georg Brandl | 2014-10-15 | 1 | -43/+87 | |
|/ | ||||||
* | Twig: some corrections, test suite passes | Georg Brandl | 2014-10-15 | 1 | -1/+2 | |
| | ||||||
* | Twig: address comments by Christophe Coevoet | Georg Brandl | 2014-10-15 | 1 | -11/+23 | |
| | ||||||
* | unistring: fix generated Cs category on Py2. | Georg Brandl | 2014-10-15 | 1 | -3/+3 | |
| | ||||||
* | Merged in dscorbett/pygments-tads3-2 (pull request #407) | Georg Brandl | 2014-10-15 | 12 | -182/+418 | |
|\ | | | | | | | Add a lexer for TADS 3 | |||||
| * | merge heads | Georg Brandl | 2014-10-15 | 3 | -1/+81 | |
| |\ | ||||||
| | * | rb is already an alias for the RubyLexer. | Tim Hatch | 2014-10-14 | 2 | -2/+2 | |
| | | | ||||||
| | * | Make mapfiles. | Tim Hatch | 2014-10-14 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add ResourceBundle lexer. | Tim Hatch | 2014-10-14 | 2 | -0/+80 | |
| | | | | | | | | | | | | Fixes #1038 | |||||
| * | | unistring: regenerate using UCD 6.3.0 (Py3.4) | Georg Brandl | 2014-10-15 | 1 | -10/+10 | |
| | | | ||||||
| * | | unistring: regenerate using also non-BMP characters | Georg Brandl | 2014-10-15 | 1 | -28/+29 | |
| | | | ||||||
| * | | Automatically generate xid_start and xid_continue in unistring; regenerate ↵ | Georg Brandl | 2014-10-15 | 1 | -23/+39 | |
| |/ | | | | | | | with UCD 6.1 (Py3.3). | |||||
| * | Allow unistring to use character ranges. | Tim Hatch | 2014-10-14 | 1 | -28/+44 | |
| | |