<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git, branch kotlin</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>Close branch kotlin</title>
<updated>2014-01-09T14:20:37+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-01-09T14:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=1215d67a63252992b0ef4cfef9c4fada68c8342b'/>
<id>1215d67a63252992b0ef4cfef9c4fada68c8342b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update KotlinLexer</title>
<updated>2014-01-08T16:37:37+00:00</updated>
<author>
<name>Alexander Udalov</name>
<email>udalov.alexander@gmail.com</email>
</author>
<published>2014-01-08T16:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=05dc270d58a5b49709aa7f0e6f91d7ce665d4af0'/>
<id>05dc270d58a5b49709aa7f0e6f91d7ce665d4af0</id>
<content type='text'>
- get rid of things which were copy-pasted from CSharpParser but make no sense
  in Kotlin
- use the set of keywords taken right from the sources of Kotlin lexer
- highlight Kotlin-specific constructs as operators: ::, !!, ?., ?:
- highlight declaration names differently according to the declaration kind
  (class, function, etc.)
- highlight backtick-escaped names as identifiers (e.g. `type`)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- get rid of things which were copy-pasted from CSharpParser but make no sense
  in Kotlin
- use the set of keywords taken right from the sources of Kotlin lexer
- highlight Kotlin-specific constructs as operators: ::, !!, ?., ?:
- highlight declaration names differently according to the declaration kind
  (class, function, etc.)
- highlight backtick-escaped names as identifiers (e.g. `type`)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Kotlin URL with the newer one</title>
<updated>2014-01-08T16:37:34+00:00</updated>
<author>
<name>Alexander Udalov</name>
<email>udalov.alexander@gmail.com</email>
</author>
<published>2014-01-08T16:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=2f9032f80c8a3f6d3b68f41c1add90a3429f2951'/>
<id>2f9032f80c8a3f6d3b68f41c1add90a3429f2951</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify KotlinLexer</title>
<updated>2014-01-08T16:37:08+00:00</updated>
<author>
<name>Alexander Udalov</name>
<email>udalov.alexander@gmail.com</email>
</author>
<published>2014-01-08T16:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=2267224acdc2810158e951432c76ba7428c8efeb'/>
<id>2267224acdc2810158e951432c76ba7428c8efeb</id>
<content type='text'>
Delete the useless Unicode option which was copy-pasted from CSharpLexer. As
there's no specification on what Unicode symbols are allowed in Kotlin yet,
assume that 'basic' character set from C# will be enough
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete the useless Unicode option which was copy-pasted from CSharpLexer. As
there's no specification on what Unicode symbols are allowed in Kotlin yet,
assume that 'basic' character set from C# will be enough
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring of get_tokens_unprocessed.</title>
<updated>2013-11-24T11:32:25+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-11-24T11:32:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=0e187dc6d5b3735c7fe82d79e6c2ceebeebc2d55'/>
<id>0e187dc6d5b3735c7fe82d79e6c2ceebeebc2d55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in goodwillcoding/pygments-main (pull request #229)</title>
<updated>2013-11-04T06:22:38+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-11-04T06:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=790a48da558443b3aa4c9f04a55a43b1a48b3d4d'/>
<id>790a48da558443b3aa4c9f04a55a43b1a48b3d4d</id>
<content type='text'>
Make pygments.lexers.guess_lexer_for_filename py3 compatible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make pygments.lexers.guess_lexer_for_filename py3 compatible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in sjorek/pygments-main/fix-typo-in-lexers-mapping-header (pull request #240)</title>
<updated>2013-10-03T17:52:10+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-10-03T17:52:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=1e5bc0e412818a7dde5920a723663c385de0e1fb'/>
<id>1e5bc0e412818a7dde5920a723663c385de0e1fb</id>
<content type='text'>
Fix tiny typos in header of 'lexers/_mapping.py' and 'formatters/_mapping.py'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix tiny typos in header of 'lexers/_mapping.py' and 'formatters/_mapping.py'
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in rjollos/pygments-main/help (pull request #241)</title>
<updated>2013-10-03T17:51:44+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-10-03T17:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=91e5fce0f1aff5378da7b757d4c2644197c291bf'/>
<id>91e5fce0f1aff5378da7b757d4c2644197c291bf</id>
<content type='text'>
Avoid highlighting intraword tokens.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid highlighting intraword tokens.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in picomancer/pygments-main (pull request #243)</title>
<updated>2013-10-03T17:51:15+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-10-03T17:51:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=80a0fc14880eeda196d000954a0c54fe82d01b71'/>
<id>80a0fc14880eeda196d000954a0c54fe82d01b71</id>
<content type='text'>
java:  Decrease priority of method regex to avoid parsing 'else if (' as method
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
java:  Decrease priority of method regex to avoid parsing 'else if (' as method
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in sjorek/pygments-main/fix/pygments-lexer-ExtendedRegexLexer-get_tokens_unprocessed_undefined-statestack-variable (pull request #244)</title>
<updated>2013-10-03T17:50:17+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-10-03T17:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=5ecaf5309a9316b9df20a6be10296caaa3a3d27e'/>
<id>5ecaf5309a9316b9df20a6be10296caaa3a3d27e</id>
<content type='text'>
Fix: undefined `statestack` variable in `pygments.lexer.ExtendedRegexLexer.get_tokens_unprocessed(?)`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix: undefined `statestack` variable in `pygments.lexer.ExtendedRegexLexer.get_tokens_unprocessed(?)`
</pre>
</div>
</content>
</entry>
</feed>
