<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/tests, branch 2.7.4</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>fix coding style in test_analyzer_lexer</title>
<updated>2021-01-11T08:51:59+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2021-01-11T08:51:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=2738778c0b9c615bfcae68972fc656d351d676ca'/>
<id>2738778c0b9c615bfcae68972fc656d351d676ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect malformed closing tags as errors. (#1656)</title>
<updated>2021-01-06T11:26:47+00:00</updated>
<author>
<name>Catatonic</name>
<email>catatonicprime@gmail.com</email>
</author>
<published>2021-01-06T11:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=effe7c323f5ce0ef530dbd26ec78db71f86cb93c'/>
<id>effe7c323f5ce0ef530dbd26ec78db71f86cb93c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1582 -- invalid comment in Matlab example.</title>
<updated>2021-01-06T11:15:29+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-01-06T11:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=f58638e06fda84c2e7272ed63028badc1fe00d91'/>
<id>f58638e06fda84c2e7272ed63028badc1fe00d91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Markdown lexer improvements (#1623)</title>
<updated>2021-01-06T11:08:32+00:00</updated>
<author>
<name>Leistungsabfall</name>
<email>Leistungsabfall@users.noreply.github.com</email>
</author>
<published>2021-01-06T11:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=811f1a6d63291e4cf086e76a909e5de6f25fe9ba'/>
<id>811f1a6d63291e4cf086e76a909e5de6f25fe9ba</id>
<content type='text'>
* improve fenced code recognition for markdown lexer

* improve inline code detection

* improve detection of some Markdown keywords

* remove Markdown recognition of code indented by 4 spaces as reliable detection is not possible with regex</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* improve fenced code recognition for markdown lexer

* improve inline code detection

* improve detection of some Markdown keywords

* remove Markdown recognition of code indented by 4 spaces as reliable detection is not possible with regex</pre>
</div>
</content>
</entry>
<entry>
<title>support indented entries in IniLexer (#1624)</title>
<updated>2021-01-04T17:20:02+00:00</updated>
<author>
<name>Leistungsabfall</name>
<email>Leistungsabfall@users.noreply.github.com</email>
</author>
<published>2021-01-04T17:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=9b0218e3d77146fdcdea33a3b8da93449923be3e'/>
<id>9b0218e3d77146fdcdea33a3b8da93449923be3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Crystal lexer (#1650)</title>
<updated>2021-01-04T17:12:07+00:00</updated>
<author>
<name>Oleh Prypin</name>
<email>oleh@pryp.in</email>
</author>
<published>2021-01-04T17:12:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=f8b097c61cf86616012b616b0b873384cf8df236'/>
<id>f8b097c61cf86616012b616b0b873384cf8df236</id>
<content type='text'>
* crystal: drop all classes from builtins; these aren't normally highlighted

("normally" meaning all other highlighter tools)

* crystal: fix percent-strings, drop Ruby-specific arbitrary delimiters

It seems that Ruby supports strings such as `%*text*` where `*` can be anything. But Crystal never had anything like that. It does, however, keep `%|text|`, so add a case for that.

* crystal: update keywords and builtins

* crystal: fix string literals and escape sequences

Update list of escapes. Support Unicode escape sequences.

Also remove the Ruby-specific `:@foo` symbol syntax, Crystal doesn't have it.

* crystal: uppercase identifiers aren't always constants

Make `FOO::Bar` be highlighted like `Foo::Bar` would be, rather than like `FOO`

* crystal: annotations can be namespaced

Highlight the entire inside part of `@[Foo::Bar]`, not just the `Foo` part

(these used to be named 'attributes' but the official name is 'annotations' now, so I also change that)

* fixup! crystal: fix percent-strings, drop Ruby-specific arbitrary delimiters</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* crystal: drop all classes from builtins; these aren't normally highlighted

("normally" meaning all other highlighter tools)

* crystal: fix percent-strings, drop Ruby-specific arbitrary delimiters

It seems that Ruby supports strings such as `%*text*` where `*` can be anything. But Crystal never had anything like that. It does, however, keep `%|text|`, so add a case for that.

* crystal: update keywords and builtins

* crystal: fix string literals and escape sequences

Update list of escapes. Support Unicode escape sequences.

Also remove the Ruby-specific `:@foo` symbol syntax, Crystal doesn't have it.

* crystal: uppercase identifiers aren't always constants

Make `FOO::Bar` be highlighted like `Foo::Bar` would be, rather than like `FOO`

* crystal: annotations can be namespaced

Highlight the entire inside part of `@[Foo::Bar]`, not just the `Foo` part

(these used to be named 'attributes' but the official name is 'annotations' now, so I also change that)

* fixup! crystal: fix percent-strings, drop Ruby-specific arbitrary delimiters</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Coq-related bug #678 (#1648)</title>
<updated>2021-01-04T17:10:14+00:00</updated>
<author>
<name>Maximilian Wuttke</name>
<email>s8mawutt@stud.uni-saarland.de</email>
</author>
<published>2021-01-04T17:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=c01ccfead679b1b38a989b674d02771ff6ccbe23'/>
<id>c01ccfead679b1b38a989b674d02771ff6ccbe23</id>
<content type='text'>
* Unicode support for Coq

Catch-all lexing for `Name.Builtin.Pseudo`, as in the lean lexer.

This fixes #678.

* Coq lexer: improve `analyse_text`

* Add a test for Coq</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Unicode support for Coq

Catch-all lexing for `Name.Builtin.Pseudo`, as in the lean lexer.

This fixes #678.

* Coq lexer: improve `analyse_text`

* Add a test for Coq</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/felixhao28/pygments into felixhao28-master</title>
<updated>2021-01-04T17:02:36+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-01-04T17:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=5b432dfd6c99dbf0678ccc3a3ea95fc57649bfd1'/>
<id>5b432dfd6c99dbf0678ccc3a3ea95fc57649bfd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests/test_javascript.py</title>
<updated>2021-01-04T06:49:31+00:00</updated>
<author>
<name>Felix Hao</name>
<email>felixhao28@gmail.com</email>
</author>
<published>2021-01-04T06:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=05effdac9409f1d04820ecf7c7979987f7a5f36c'/>
<id>05effdac9409f1d04820ecf7c7979987f7a5f36c</id>
<content type='text'>
Co-authored-by: Mestery &lt;48163546+Mesteery@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Mestery &lt;48163546+Mesteery@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump copyright year.</title>
<updated>2021-01-03T17:03:23+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-01-03T17:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=a590ac5ea7c00a41e253834306bfa19e38349c0b'/>
<id>a590ac5ea7c00a41e253834306bfa19e38349c0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
