<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/pygments/lexers/objective.py, branch bash-variable</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/pygments-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/'/>
<entry>
<title>Copyright year update.</title>
<updated>2015-01-21T07:33:25+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2015-01-21T07:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=13705acbd57b936990c63a12de05ce29834b6afb'/>
<id>13705acbd57b936990c63a12de05ce29834b6afb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Swift lexer: use words()</title>
<updated>2014-11-13T13:30:11+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-11-13T13:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=20d09551620be3469e1ca7c02c8f3d18760f47a2'/>
<id>20d09551620be3469e1ca7c02c8f3d18760f47a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Swift: PR Fixes</title>
<updated>2014-10-29T19:05:12+00:00</updated>
<author>
<name>Stephen Celis</name>
<email>stephen@stephencelis.com</email>
</author>
<published>2014-10-29T19:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=1229397ede7ad691887421cd0ba94667e7fad2d5'/>
<id>1229397ede7ad691887421cd0ba94667e7fad2d5</id>
<content type='text'>
 - Fix prematurely popped states
 - Fix @availability
 - Fix single-digit floats
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Fix prematurely popped states
 - Fix @availability
 - Fix single-digit floats
</pre>
</div>
</content>
</entry>
<entry>
<title>Swift: Address PR feedback</title>
<updated>2014-10-29T17:49:40+00:00</updated>
<author>
<name>Stephen Celis</name>
<email>stephen@stephencelis.com</email>
</author>
<published>2014-10-29T17:49:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=3d9bf3a9b9164be4d7b9cc33b5fbcf84cdcbc36d'/>
<id>3d9bf3a9b9164be4d7b9cc33b5fbcf84cdcbc36d</id>
<content type='text'>
 - Use default('#pop')
 - Fix oddly-wrapped lines
 - Restore versionadded
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Use default('#pop')
 - Fix oddly-wrapped lines
 - Restore versionadded
</pre>
</div>
</content>
</entry>
<entry>
<title>Swift Lexer: Whitespace not optional</title>
<updated>2014-10-24T16:43:28+00:00</updated>
<author>
<name>Stephen Celis</name>
<email>stephen@stephencelis.com</email>
</author>
<published>2014-10-24T16:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=518218d49567f4472d004177da03f20fdfe54951'/>
<id>518218d49567f4472d004177da03f20fdfe54951</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Swift Lexer: change " *" to "\s*" for flexibility</title>
<updated>2014-10-24T16:41:57+00:00</updated>
<author>
<name>Stephen Celis</name>
<email>stephen@stephencelis.com</email>
</author>
<published>2014-10-24T16:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=e11d4f5dda9b017e4637ca86951c8b5c1598ac69'/>
<id>e11d4f5dda9b017e4637ca86951c8b5c1598ac69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement proper Swift lexer</title>
<updated>2014-10-24T00:14:10+00:00</updated>
<author>
<name>Stephen Celis</name>
<email>stephen@stephencelis.com</email>
</author>
<published>2014-10-24T00:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=f7bbd1327b8ee590476a12a22f5298a7eaa28ed0'/>
<id>f7bbd1327b8ee590476a12a22f5298a7eaa28ed0</id>
<content type='text'>
 - 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "matches empty string" complaints from regexlint.</title>
<updated>2014-10-16T07:33:43+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-16T07:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=5727fe42393a86817bd0f702d93c3fc399b68eb3'/>
<id>5727fe42393a86817bd0f702d93c3fc399b68eb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Curly brace escaping, round 2.</title>
<updated>2014-10-16T05:46:09+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-16T05:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=9d8ee43c77a6d0bf172ae09d31a7c249ed37f925'/>
<id>9d8ee43c77a6d0bf172ae09d31a7c249ed37f925</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Curly brace escaping, round 1.</title>
<updated>2014-10-16T05:13:59+00:00</updated>
<author>
<name>Tim Hatch</name>
<email>tim@timhatch.com</email>
</author>
<published>2014-10-16T05:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=86c2eee37cf292677032e02f553710d4c1eb1f04'/>
<id>86c2eee37cf292677032e02f553710d4c1eb1f04</id>
<content type='text'>
These locations were all found by regexlint and done semi-manually, leaving
braces within [] alone (they aren't special in the 'regex' module).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These locations were all found by regexlint and done semi-manually, leaving
braces within [] alone (they aren't special in the 'regex' module).
</pre>
</div>
</content>
</entry>
</feed>
