<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-3-5-0</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>Added lexer for registry files.</title>
<updated>2014-08-09T04:46:35+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-08-09T04:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4f382b2e4a37af5f9d04242cbcc08001533c9157'/>
<id>4f382b2e4a37af5f9d04242cbcc08001533c9157</id>
<content type='text'>
From nkmathew.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From nkmathew.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rust: Slightly refactor/comment the number literal scanning.</title>
<updated>2014-08-02T02:54:05+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2014-08-02T02:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c4ed266678f994ad676d0f18a8a87ab2321836b5'/>
<id>c4ed266678f994ad676d0f18a8a87ab2321836b5</id>
<content type='text'>
One change introduced by this is that the malformed literal is detected a
little earlier in some cases than before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One change introduced by this is that the malformed literal is detected a
little earlier in some cases than before.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support transpose character after {} operator</title>
<updated>2014-08-01T12:24:56+00:00</updated>
<author>
<name>John Donoghue</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-01T12:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d1c47c01e682fe02db9707ddcd5c3bfab919a28e'/>
<id>d1c47c01e682fe02db9707ddcd5c3bfab919a28e</id>
<content type='text'>
* lexers/LexMatlab.cxx
  (ColouriseMatlabOctaveDoc): add check in default state for '}' to allow transpose.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lexers/LexMatlab.cxx
  (ColouriseMatlabOctaveDoc): add check in default state for '}' to allow transpose.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rust: Highlight byte-string literals.</title>
<updated>2014-07-29T18:45:14+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2014-07-29T18:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5bc323d082e8c7984cab85da59f2ee6d162cbb4f'/>
<id>5bc323d082e8c7984cab85da59f2ee6d162cbb4f</id>
<content type='text'>
This adds support for two new string literals and one new string literal,
corresponding to the existing versions of these. Compared to the originals, the
new literals have slightly different escapes and are ASCII only. I've decided
to simply add flags to the existing scanners to handle them. New styles had to
be added to handle the line spanning string literals. The byte character style
was added for consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for two new string literals and one new string literal,
corresponding to the existing versions of these. Compared to the originals, the
new literals have slightly different escapes and are ASCII only. I've decided
to simply add flags to the existing scanners to handle them. New styles had to
be added to handle the line spanning string literals. The byte character style
was added for consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rust: Allow escaping naked CR in strings.</title>
<updated>2014-07-29T16:02:55+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2014-07-29T16:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7f1984eb7e93fe6dc3677ca6cc80e96bc4889265'/>
<id>7f1984eb7e93fe6dc3677ca6cc80e96bc4889265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rust: Update hashbang comment syntax.</title>
<updated>2014-07-29T15:58:21+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2014-07-29T15:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d8db03d10a2f335eacd6208e54e2722341cb7629'/>
<id>d8db03d10a2f335eacd6208e54e2722341cb7629</id>
<content type='text'>
Hashbang comments that start with the following 3 characters: #![ do not count
as hashbang comments, but rather some other syntax (inner attribute).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hashbang comments that start with the following 3 characters: #![ do not count
as hashbang comments, but rather some other syntax (inner attribute).
</pre>
</div>
</content>
</entry>
<entry>
<title>Ruby: fix theoretical missing assignment and remove dead one</title>
<updated>2014-07-30T01:14:08+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-07-30T01:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dc1fdebe5dcd13a7d6f937cf09432a14d44ba956'/>
<id>dc1fdebe5dcd13a7d6f937cf09432a14d44ba956</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow identifier suffix = in Ruby symbol literals</title>
<updated>2014-07-29T14:27:44+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-07-29T14:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0b5e8a111bcbec1ad40d0ac01b75197d371b1a1c'/>
<id>0b5e8a111bcbec1ad40d0ac01b75197d371b1a1c</id>
<content type='text'>
See comments in bug [#1627] for some details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See comments in bug [#1627] for some details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow global/class/instance variables as Ruby symbol literals</title>
<updated>2014-07-29T13:10:52+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-07-29T13:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d1c3348decc96c34b10eb54837d0bd355021dcba'/>
<id>d1c3348decc96c34b10eb54837d0bd355021dcba</id>
<content type='text'>
See comments in bug [#1627] for some details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See comments in bug [#1627] for some details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1627]. Allow FIDs as Ruby symbol literals</title>
<updated>2014-07-29T13:10:20+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2014-07-29T13:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e6b90e5b551f84aac17106873b6f6303fd2c19b0'/>
<id>e6b90e5b551f84aac17106873b6f6303fd2c19b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
