<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-3-7-3</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Bug [#1848]. Line ends OK in f-strings for lexer.python.strings.over.newline=1.</title>
<updated>2017-02-15T05:25:04+00:00</updated>
<author>
<name>John Ehresman</name>
<email>unknown</email>
</author>
<published>2017-02-15T05:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6f91daae77d449edac51aa1385e673c76b95792b'/>
<id>6f91daae77d449edac51aa1385e673c76b95792b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1848]. Support Python f-strings with new styles.</title>
<updated>2017-02-11T22:15:08+00:00</updated>
<author>
<name>John Ehresman</name>
<email>unknown</email>
</author>
<published>2017-02-11T22:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c0df83f637c42982662aaa802f691abb3d529a2e'/>
<id>c0df83f637c42982662aaa802f691abb3d529a2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly color code deleted lines starting with "--"</title>
<updated>2017-01-22T06:41:23+00:00</updated>
<author>
<name>Sven Strickroth</name>
<email>email@cs-ware.de</email>
</author>
<published>2017-01-22T06:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=013bf48bff4164a02137b2e790bbed8b32c4e98e'/>
<id>013bf48bff4164a02137b2e790bbed8b32c4e98e</id>
<content type='text'>
This fixes the coloring of deleted lines in which starts with "--" such as closing HTML comments ("--&gt;").

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the coloring of deleted lines in which starts with "--" such as closing HTML comments ("--&gt;").

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1902]. Require Matlab block comment start/end to be alone on a line.</title>
<updated>2017-01-19T05:02:20+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2017-01-19T05:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=77d1370542d24488065909e9d3895c9bd59f7e53'/>
<id>77d1370542d24488065909e9d3895c9bd59f7e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require the first line to start with "#!" to be treated as a shebang comment.</title>
<updated>2017-01-13T22:59:45+00:00</updated>
<author>
<name>jedailey</name>
<email>unknown</email>
</author>
<published>2017-01-13T22:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8271ebfbbf820bcc539f9cf25eecf1754191a018'/>
<id>8271ebfbbf820bcc539f9cf25eecf1754191a018</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't style @1 as a decorator</title>
<updated>2016-12-22T21:11:09+00:00</updated>
<author>
<name>John Ehresman</name>
<email>jpe@wingware.com</email>
</author>
<published>2016-12-22T21:11:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1729c1824c5d45cd846f917158de42ce4d1f01aa'/>
<id>1729c1824c5d45cd846f917158de42ce4d1f01aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow Python 3 unicode identifiers</title>
<updated>2016-12-22T21:05:30+00:00</updated>
<author>
<name>John Ehresman</name>
<email>jpe@wingware.com</email>
</author>
<published>2016-12-22T21:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=46d360afd32fe73f5f5bb2eea1a352f32393c0c0'/>
<id>46d360afd32fe73f5f5bb2eea1a352f32393c0c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize f as a string prefix</title>
<updated>2016-12-22T20:14:28+00:00</updated>
<author>
<name>John Ehresman</name>
<email>jpe@wingware.com</email>
</author>
<published>2016-12-22T20:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=451f73754a58e0c03f592c86ed2b39babe0ff60c'/>
<id>451f73754a58e0c03f592c86ed2b39babe0ff60c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make EDIFACT lexer work on macOS.</title>
<updated>2016-11-27T01:49:34+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-11-27T01:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5cb3c498162ad434b35980155427fdb6c0555885'/>
<id>5cb3c498162ad434b35980155427fdb6c0555885</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1166]. EDIFACT lexer and folder added.</title>
<updated>2016-11-25T05:59:23+00:00</updated>
<author>
<name>Iain Clarke</name>
<email>unknown</email>
</author>
<published>2016-11-25T05:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b1f87aa880c7319105ab49e205bc8d3bff13bc06'/>
<id>b1f87aa880c7319105ab49e205bc8d3bff13bc06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
