summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
* | Improved lifetimes and added macro parameters to rust.Armin Ronacher2014-11-061-2/+4
|/
* Closes #1050: highlight Java package names after "package" like after "import".Georg Brandl2014-11-041-1/+1
|
* Closes #1051: fix misrecognition of throw and return statements as methodGeorg Brandl2014-11-041-3/+5
| | | | signatures in the Java lexer.
* Closes #1052: recognize unicode whitespace in JS lexer.Georg Brandl2014-11-041-1/+1
|
* Fix docstring.Georg Brandl2014-10-291-1/+1
|
* Merged in stephencelis/pygments-main/swift-lang (pull request #410)Tim Hatch2014-10-301-32/+196
|\ | | | | | | Implement proper Swift lexer
| * Swift: PR FixesStephen Celis2014-10-291-5/+6
| | | | | | | | | | | | - Fix prematurely popped states - Fix @availability - Fix single-digit floats
| * Swift: Address PR feedbackStephen Celis2014-10-291-5/+7
| | | | | | | | | | | | - Use default('#pop') - Fix oddly-wrapped lines - Restore versionadded
| * Swift Lexer: Whitespace not optionalStephen Celis2014-10-241-3/+3
| |
| * Swift Lexer: change " *" to "\s*" for flexibilityStephen Celis2014-10-241-9/+9
| |
| * Implement proper Swift lexerStephen Celis2014-10-231-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 Hatch2014-10-281-1/+3
| |
* | Improve comments for RegexLexer inheritance.Tim Hatch2014-10-281-0/+6
| |
* | Fix inheritance repetition problem. __mro__ already includes cls.Tim Hatch2014-10-281-1/+1
| |
* | Add #Else to VB.NETUnknown Name2014-10-261-1/+1
|/
* Update BroLexer hex constant.Tim Hatch2014-10-211-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 lexerGeorg Brandl2014-10-211-0/+4
|
* postgres builtins: dont always import stuff needed for the selfupdate machineryGeorg Brandl2014-10-191-109/+109
|
* Javascript: allow shebangsGeorg Brandl2014-10-171-0/+1
|
* Add docstring to ResourceBundle lexer.Georg Brandl2014-10-171-0/+5
|
* Closes #1043: fix PHP closing tag recognitionGeorg Brandl2014-10-171-1/+2
|
* Fix sphinx extension for doc gen.Georg Brandl2014-10-161-3/+5
|
* Bump to 2.0rc1.2.0rc1Georg Brandl2014-10-161-1/+1
|
* Closes #1042: dont recognize *.md as MiniD anymore (which is now Croc).Georg Brandl2014-10-162-2/+2
| | | | | .md should be lexed as Markdown once we have a lexer for it. Rename examplefile accordingly.
* More fixes thanks to regexlint.Georg Brandl2014-10-1615-51/+39
|
* Fix "matches empty string" complaints from regexlint.Georg Brandl2014-10-1619-81/+107
|
* Fix typo.Georg Brandl2014-10-161-1/+1
|
* Curly brace escaping, round 2.Tim Hatch2014-10-159-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 Hatch2014-10-1521-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 Hatch2014-10-151-1/+5
|
* HttpLexer: Use \Z explicitly for end of file.Tim Hatch2014-10-151-4/+4
|
* maxunicode is 0xffff for narrow buildsGeorg Brandl2014-10-151-2/+4
|
* Merge with -mainTim Hatch2014-10-154-27/+24
|\
| * Use unistring.combine in dotnet lexers.Tim Hatch2014-10-151-15/+15
| |
| * Use unistring.combine for slight speedup.Tim Hatch2014-10-152-8/+8
| |
| * Minor cleanup in TestcaseFormatterTim Hatch2014-10-151-3/+1
| |
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵Georg Brandl2014-10-1533-181/+182
| | | | | | | | regexes
* | unistring: only add non-BMP characters to categories on wide/flexible buildsGeorg Brandl2014-10-151-43/+87
|/
* Twig: some corrections, test suite passesGeorg Brandl2014-10-151-1/+2
|
* Twig: address comments by Christophe CoevoetGeorg Brandl2014-10-151-11/+23
|
* unistring: fix generated Cs category on Py2.Georg Brandl2014-10-151-3/+3
|
* Merged in dscorbett/pygments-tads3-2 (pull request #407)Georg Brandl2014-10-1512-182/+418
|\ | | | | | | Add a lexer for TADS 3
| * merge headsGeorg Brandl2014-10-153-1/+81
| |\
| | * rb is already an alias for the RubyLexer.Tim Hatch2014-10-142-2/+2
| | |
| | * Make mapfiles.Tim Hatch2014-10-141-1/+1
| | |
| | * Add ResourceBundle lexer.Tim Hatch2014-10-142-0/+80
| | | | | | | | | | | | Fixes #1038
| * | unistring: regenerate using UCD 6.3.0 (Py3.4)Georg Brandl2014-10-151-10/+10
| | |
| * | unistring: regenerate using also non-BMP charactersGeorg Brandl2014-10-151-28/+29
| | |
| * | Automatically generate xid_start and xid_continue in unistring; regenerate ↵Georg Brandl2014-10-151-23/+39
| |/ | | | | | | with UCD 6.1 (Py3.3).
| * Allow unistring to use character ranges.Tim Hatch2014-10-141-28/+44
| |