<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-2-22</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>Fix for bug #3063822 for bash here docs starting with &lt;&lt;-</title>
<updated>2010-10-26T23:44:38+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-10-26T23:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bdd66570ca882bb027ef91bd6cd6a9e15728d974'/>
<id>bdd66570ca882bb027ef91bd6cd6a9e15728d974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trailing whitespace fixed.</title>
<updated>2010-10-20T04:01:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-10-20T04:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9ce7b18750a25b0243ee82a1b402e9035cc052e2'/>
<id>9ce7b18750a25b0243ee82a1b402e9035cc052e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Folding fix for "if" keyword used as a modifier where it is separated</title>
<updated>2010-10-20T03:59:24+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-10-20T03:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cedeec1fbce42528a8529853395ef627485d559a'/>
<id>cedeec1fbce42528a8529853395ef627485d559a</id>
<content type='text'>
from the modified statement by an escaped new line.
From bug #2093767.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from the modified statement by an escaped new line.
From bug #2093767.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle % quoting better.</title>
<updated>2010-10-20T03:55:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-10-20T03:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ce06ba97ce7bc80f9be8a646be20b784259c4a1d'/>
<id>ce06ba97ce7bc80f9be8a646be20b784259c4a1d</id>
<content type='text'>
From bug #2093767.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From bug #2093767.
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat all dots as operators in ranges 1..2 and 1...2 rather than</title>
<updated>2010-10-20T03:53:55+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-10-20T03:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bddac88e201ea86920ef0dc41e13423aad5dbb80'/>
<id>bddac88e201ea86920ef0dc41e13423aad5dbb80</id>
<content type='text'>
treating the first dot as part of a number.
Fixes part of bug #3058496 and patch came from bug #2093767.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
treating the first dot as part of a number.
Fixes part of bug #3058496 and patch came from bug #2093767.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for bug #1263788 LaTeX syntax wrong for \end {something}</title>
<updated>2010-10-10T10:55:31+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-10-10T10:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=09ed1fc514d1b922d2b00fca4798521f946dd348'/>
<id>09ed1fc514d1b922d2b00fca4798521f946dd348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for bug #3066031 Wrong syntax higlight for broken c++ style comments</title>
<updated>2010-09-15T00:17:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-09-15T00:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4c50cd7d4a7d78574e7f49ef20879b4022a5bb08'/>
<id>4c50cd7d4a7d78574e7f49ef20879b4022a5bb08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for bug #3062287 JavaScript lexer: recognize regexes following return keyword.</title>
<updated>2010-09-09T01:18:35+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-09-09T01:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=60dc3f3d7456813a45aa02d4edec4cbabe967676'/>
<id>60dc3f3d7456813a45aa02d4edec4cbabe967676</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure changing the marker for a here-doc causes a redisplay.</title>
<updated>2010-09-06T10:22:50+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-09-06T10:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2603138d18befea1768d8c8e64fca0cdc68a9cc7'/>
<id>2603138d18befea1768d8c8e64fca0cdc68a9cc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for bug #3058924 wrong highlighting for float literals containing +/-.</title>
<updated>2010-09-04T01:42:59+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-09-04T01:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fb48043b783cb07177491c78b3962cda9fc97b0a'/>
<id>fb48043b783cb07177491c78b3962cda9fc97b0a</id>
<content type='text'>
Tests added for example numeric literals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests added for example numeric literals.
</pre>
</div>
</content>
</entry>
</feed>
