<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-3-6-4</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>CPP: Add support for folding on `(` and `)`</title>
<updated>2016-03-03T16:54:08+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-03-03T16:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0dc85c15010480e078766065a7bb61883fb44132'/>
<id>0dc85c15010480e078766065a7bb61883fb44132</id>
<content type='text'>
Feature [feature-requests:#1138].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Feature [feature-requests:#1138].
</pre>
</div>
</content>
</entry>
<entry>
<title>Support hexadecimal numeric literals.</title>
<updated>2016-02-24T23:40:20+00:00</updated>
<author>
<name>Matt Gilarde</name>
<email>unknown</email>
</author>
<published>2016-02-24T23:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f462bfb9925cc30f849341c1508d43abca768d1'/>
<id>2f462bfb9925cc30f849341c1508d43abca768d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby: Fix some HereDoc recognition with several expressions on a line</title>
<updated>2016-02-17T14:49:22+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-02-17T14:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b7a58f9c9c4067714b2118c2ee96e0867d0c0190'/>
<id>b7a58f9c9c4067714b2118c2ee96e0867d0c0190</id>
<content type='text'>
Part of bug [#1810].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of bug [#1810].
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby: Allow a symbol before a HereDoc for an implicit hash argument</title>
<updated>2016-02-17T14:31:18+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-02-17T14:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8cb3d9c412f1d09f0f4c94df84ff980f3e83c949'/>
<id>8cb3d9c412f1d09f0f4c94df84ff980f3e83c949</id>
<content type='text'>
Part of bug [#1810].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of bug [#1810].
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1809]. Rust: Handle new-style Unicode escape sequences</title>
<updated>2016-02-14T01:40:24+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2016-02-14T01:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=207f288dc07c5ed7fc93a45486519da48c068209'/>
<id>207f288dc07c5ed7fc93a45486519da48c068209</id>
<content type='text'>
https://doc.rust-lang.org/reference.html#unicode-escapes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://doc.rust-lang.org/reference.html#unicode-escapes
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1810]. Lex alternate hash key syntax 'key:' as a symbol.</title>
<updated>2016-02-16T12:33:34+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>unknown</email>
</author>
<published>2016-02-16T12:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f30bd7465e5fdbd996e42a22cf9a7a3001712629'/>
<id>f30bd7465e5fdbd996e42a22cf9a7a3001712629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support single-line comments, abbreviated keywords and extend nested comments to</title>
<updated>2016-01-31T23:14:49+00:00</updated>
<author>
<name>Matt Gilarde</name>
<email>unknown</email>
</author>
<published>2016-01-31T23:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=70ca690c1b1b68ce5029c0e16b15410aa2ea1ab3'/>
<id>70ca690c1b1b68ce5029c0e16b15410aa2ea1ab3</id>
<content type='text'>
unlimited levels.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unlimited levels.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit the extent of Mako line comments to finish before the line end characters.</title>
<updated>2016-01-21T22:13:16+00:00</updated>
<author>
<name>John Ehresman</name>
<email>unknown</email>
</author>
<published>2016-01-21T22:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2971106795d803f5368ce6f53b1ff44acf9af208'/>
<id>2971106795d803f5368ce6f53b1ff44acf9af208</id>
<content type='text'>
This prevents a later assertion failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents a later assertion failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize numbers more accurately and allow non-ASCII verbatim quoting</title>
<updated>2016-01-09T03:30:17+00:00</updated>
<author>
<name>Thomas Linder Puls</name>
<email>unknown</email>
</author>
<published>2016-01-09T03:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f554b26f3e76801fec59a8f317a9e25142c634ea'/>
<id>f554b26f3e76801fec59a8f317a9e25142c634ea</id>
<content type='text'>
characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug with final line in escape sequence recognition mode.</title>
<updated>2016-01-07T00:38:30+00:00</updated>
<author>
<name>Neil</name>
<email>unknown</email>
</author>
<published>2016-01-07T00:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9fed0af96ce3f5bb1f9a3259497bd66602afa339'/>
<id>9fed0af96ce3f5bb1f9a3259497bd66602afa339</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
