<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-3-3-9</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>Avoid warnings for potential read from uninitialised buffer.</title>
<updated>2014-01-19T03:46:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-19T03:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9bc61c70c534d999ae0ad01fe56f59a41e7c9f16'/>
<id>9bc61c70c534d999ae0ad01fe56f59a41e7c9f16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support octave vs matlab '!' handling</title>
<updated>2014-01-18T17:46:40+00:00</updated>
<author>
<name>John Donoghue</name>
<email>john.donoghue@ieee.org</email>
</author>
<published>2014-01-18T17:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f7c94f28fa3c811239c2d4ea2bec35c4a8a1e637'/>
<id>f7c94f28fa3c811239c2d4ea2bec35c4a8a1e637</id>
<content type='text'>
* lexers/LexMatlab.cxx
  (ColouriseMatlabOctaveDocument): Add ismatlab boolean to function, and on getting the '!', check if matlab to set as a command vs operator.
  (ColouriseMatlabDoc): use true for call to ColouriseMatlabOctaveDocument.
  (ColouriseOctaveDoc): use false for call to ColouriseMatlabOctaveDocument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lexers/LexMatlab.cxx
  (ColouriseMatlabOctaveDocument): Add ismatlab boolean to function, and on getting the '!', check if matlab to set as a command vs operator.
  (ColouriseMatlabDoc): use true for call to ColouriseMatlabOctaveDocument.
  (ColouriseOctaveDoc): use false for call to ColouriseMatlabOctaveDocument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rust: Make lexing of float literals more correct.</title>
<updated>2014-01-11T21:27:48+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2014-01-11T21:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=165153e95ca932a5cb32e2de8e612f57ee014b00'/>
<id>165153e95ca932a5cb32e2de8e612f57ee014b00</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:#1041]. Highlight hex, octal, and binary numbers in FreeBASIC</title>
<updated>2014-01-08T02:50:22+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-08T02:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d34c7a075649b4b4e9b4ee4c4287acf74dbf7169'/>
<id>d34c7a075649b4b4e9b4ee4c4287acf74dbf7169</id>
<content type='text'>
which use the prefixes &amp;h, &amp;o and &amp;b respectively.
From Ebben.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which use the prefixes &amp;h, &amp;o and &amp;b respectively.
From Ebben.
</pre>
</div>
</content>
</entry>
<entry>
<title>rust: Implement nested block comments</title>
<updated>2013-12-21T18:34:48+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2013-12-21T18:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3791baa4bc81458ddebd3ab989500484279ecab7'/>
<id>3791baa4bc81458ddebd3ab989500484279ecab7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rust: Make the doc-comment detection more strict (and consistent with new Rust compiler rules)</title>
<updated>2013-12-21T17:09:55+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2013-12-21T17:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6b4786a0b9abd04c7e22030a03bb1d9d4778ce05'/>
<id>6b4786a0b9abd04c7e22030a03bb1d9d4778ce05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rust: Highlight octal literals</title>
<updated>2013-12-21T16:30:04+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2013-12-21T16:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8c4dc4bdf6afacaf6925e1e330b1b9649698cc43'/>
<id>8c4dc4bdf6afacaf6925e1e330b1b9649698cc43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix whitespace in LexRust.cxx</title>
<updated>2013-12-21T16:24:11+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2013-12-21T16:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f5140067b48216e964db25d9c4b8dd0ce0ffeccd'/>
<id>f5140067b48216e964db25d9c4b8dd0ce0ffeccd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rust: NULL is a valid Rust source character, so do not explicitly consider it as an error state.</title>
<updated>2013-12-21T16:20:47+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2013-12-21T16:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c6a0e3b827eb85e9c66b3db5019ed3b796f3ed5a'/>
<id>c6a0e3b827eb85e9c66b3db5019ed3b796f3ed5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rust: Fix highlighting of r#"""# raw string literal.</title>
<updated>2013-12-21T16:02:21+00:00</updated>
<author>
<name>SiegeLord</name>
<email>slabode@aim.com</email>
</author>
<published>2013-12-21T16:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=87ea7e131a1e67f2af76231e67057033e3d711de'/>
<id>87ea7e131a1e67f2af76231e67057033e3d711de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
