<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git, branch 2.2.0</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>Bump to 2.2.0 final.</title>
<updated>2017-01-22T21:04:28+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T21:04:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=f442d0e155a062c4a851cfb344056d8abbf8d865'/>
<id>f442d0e155a062c4a851cfb344056d8abbf8d865</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 chipx86/pygments-main/typescript-vs-typoscript (pull request #693)</title>
<updated>2017-01-22T21:01:13+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T21:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=b9aeb678a288cd7f394d4f91ea212e2ad629e4b7'/>
<id>b9aeb678a288cd7f394d4f91ea212e2ad629e4b7</id>
<content type='text'>
Implement guessing and resolution between TypeScript and TypoScript.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement guessing and resolution between TypeScript and TypoScript.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the fallback values from the new analyse_text changes.</title>
<updated>2017-01-22T20:30:00+00:00</updated>
<author>
<name>Christian Hammond</name>
<email>christian@beanbaginc.com</email>
</author>
<published>2017-01-22T20:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=7b0550d47360d0b7b814cbb2a82c83584ca83c3c'/>
<id>7b0550d47360d0b7b814cbb2a82c83584ca83c3c</id>
<content type='text'>
These values would trigger problems when guessing content without a filename,
and really aren't needed. They've been removed, allowing the standard behavior
to take place.

On top of this, the regex for TypeScript has been slightly altered to include
a whitespace match after "export" to be within the group for the "export"
text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These values would trigger problems when guessing content without a filename,
and really aren't needed. They've been removed, allowing the standard behavior
to take place.

On top of this, the regex for TypeScript has been slightly altered to include
a whitespace match after "export" to be within the group for the "export"
text.
</pre>
</div>
</content>
</entry>
<entry>
<title>mapfile update</title>
<updated>2017-01-22T20:11:00+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T20:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=aafe7b4849dc08840b2c89996d803f615e6ad720'/>
<id>aafe7b4849dc08840b2c89996d803f615e6ad720</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement guessing and resolution between TypeScript and TypoScript.</title>
<updated>2017-01-22T19:35:31+00:00</updated>
<author>
<name>Christian Hammond</name>
<email>christian@beanbaginc.com</email>
</author>
<published>2017-01-22T19:35:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=4a6c8b3897134e768c66f96f8351fef28198d235'/>
<id>4a6c8b3897134e768c66f96f8351fef28198d235</id>
<content type='text'>
The new TypoScript lexer was taking precedence over TypeScript, which share
the same file extension. This meant that any previously-working TypeScript
source files would be misidentified and highlighted incorrectly. This was due
to the lack of a guesser for TypeScript, and TypoScript having a naturally
higher priority.

This change balances things a bit between the lexers. TypoScript now has an
explicitly-higher priority than TypeScript, both for the file extension and
defaults when guessing content, as it has less we can rely on in terms of
content. TypeScript has a lower priority, but has an analyse_text() method
that checks for common symbols in code, giving it a better chance of matching
for actual TypeScript source files.

TypeScript also gains an additional file extension, *.tsx. Ideally, this would
have its own lexer that understood inline JSX syntax, but giving general
TypeScript syntax highlighting for these files is a step in the right
direction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new TypoScript lexer was taking precedence over TypeScript, which share
the same file extension. This meant that any previously-working TypeScript
source files would be misidentified and highlighted incorrectly. This was due
to the lack of a guesser for TypeScript, and TypoScript having a naturally
higher priority.

This change balances things a bit between the lexers. TypoScript now has an
explicitly-higher priority than TypeScript, both for the file extension and
defaults when guessing content, as it has less we can rely on in terms of
content. TypeScript has a lower priority, but has an analyse_text() method
that checks for common symbols in code, giving it a better chance of matching
for actual TypeScript source files.

TypeScript also gains an additional file extension, *.tsx. Ideally, this would
have its own lexer that understood inline JSX syntax, but giving general
TypeScript syntax highlighting for these files is a step in the right
direction.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: run regexlint, add a few more changelog entries</title>
<updated>2017-01-22T19:27:58+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T19:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=afb20c8b7e5308de2c099e06876538ca002861d8'/>
<id>afb20c8b7e5308de2c099e06876538ca002861d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-x functionality updates, Python 3 compatibility fix</title>
<updated>2017-01-22T18:57:19+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T18:57:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=9ca765ccb0597781159a4df6a43b25eb8f8125c5'/>
<id>9ca765ccb0597781159a4df6a43b25eb8f8125c5</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 tprynn/pygments-main/command-line-lexer-formatter (pull request #559)</title>
<updated>2017-01-22T18:50:35+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T18:50:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=3a1d729f6bf94ff5d0233edf094b8afc434c48c8'/>
<id>3a1d729f6bf94ff5d0233edf094b8afc434c48c8</id>
<content type='text'>
Custom Lexer/Formatter File Loading
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Custom Lexer/Formatter File Loading
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in EricFromCanada/pygments-main (pull request #619)</title>
<updated>2017-01-22T18:44:31+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T18:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=b91760e77967c722634e73d172d6336d6deccbcd'/>
<id>b91760e77967c722634e73d172d6336d6deccbcd</id>
<content type='text'>
update LassoLexer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update LassoLexer
</pre>
</div>
</content>
</entry>
<entry>
<title>style fixups</title>
<updated>2017-01-22T18:43:52+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2017-01-22T18:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pygments-git.git/commit/?id=e10bb35f1ef246d0f10025f0ecc539b1c44ea60d'/>
<id>e10bb35f1ef246d0f10025f0ecc539b1c44ea60d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
