<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexers, branch rel-3-20-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>Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character property to</title>
<updated>2020-04-21T12:11:01+00:00</updated>
<author>
<name>Dejan Budimir</name>
<email>unknown</email>
</author>
<published>2020-04-21T12:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ba1c94e850603d2a70f1a52e737cc8f83cffbee'/>
<id>7ba1c94e850603d2a70f1a52e737cc8f83cffbee</id>
<content type='text'>
change comment character.

Backport of changeset 8155:b89853508137.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change comment character.

Backport of changeset 8155:b89853508137.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Use const, constexpr, noexcept, &amp; nullptr. Reduce headers and use C++ versions.</title>
<updated>2020-04-13T11:24:13+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-13T11:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a6aa4ff24f240b014be8211f4eb86f7e4113b312'/>
<id>a6aa4ff24f240b014be8211f4eb86f7e4113b312</id>
<content type='text'>
Replace ctype functions with lexlib functions that don't fail for non-ASCII.

Backport of changeset 8148:64c6264b38d2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace ctype functions with lexlib functions that don't fail for non-ASCII.

Backport of changeset 8148:64c6264b38d2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Hide implementation of EscapeSequence and use const. Add tests for escape</title>
<updated>2020-04-12T22:06:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-12T22:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ce2e58dee5c0c77bf67eb51ba4f933c611dbd844'/>
<id>ce2e58dee5c0c77bf67eb51ba4f933c611dbd844</id>
<content type='text'>
sequences.

Backport of changeset 8144:ce9d95250569.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sequences.

Backport of changeset 8144:ce9d95250569.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Replace islower function and add tests for JavaScript regular expressions.</title>
<updated>2020-04-12T21:41:08+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-12T21:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6a036ac8001e1a740fd28323ea22d6acfbd29877'/>
<id>6a036ac8001e1a740fd28323ea22d6acfbd29877</id>
<content type='text'>
Backport of changeset 8143:a5eb440dc1e2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8143:a5eb440dc1e2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Use constexpr and noexcept, reduce headers and use C++ versions, harmonize types</title>
<updated>2020-04-12T21:12:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-12T21:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=45a093223eb08aed5bf0a85dbcf1b986f9750ee6'/>
<id>45a093223eb08aed5bf0a85dbcf1b986f9750ee6</id>
<content type='text'>
a bit.

Backport of changeset 8142:a823c9510148.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a bit.

Backport of changeset 8142:a823c9510148.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works.</title>
<updated>2020-04-07T00:33:19+00:00</updated>
<author>
<name>Yury Dubinsky</name>
<email>unknown</email>
</author>
<published>2020-04-07T00:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=33869bf8036e059df92468ae3efc80df4d246bbd'/>
<id>33869bf8036e059df92468ae3efc80df4d246bbd</id>
<content type='text'>
Bug [#1906], Bug [#1997], and Bug [#2065] also fixed.

Backport of changeset 8126:57002ee9dccf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug [#1906], Bug [#1997], and Bug [#2065] also fixed.

Backport of changeset 8126:57002ee9dccf.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Bug [#2164]. Change line comments to terminate at next line start.</title>
<updated>2020-04-05T21:41:14+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-04-05T21:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3a9b91d238783aa87dd65245ca9f2d288e2d26d9'/>
<id>3a9b91d238783aa87dd65245ca9f2d288e2d26d9</id>
<content type='text'>
This changes the lexing test results a lot since line comments are common.

Backport of changeset 8123:3f7f9e476cfb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the lexing test results a lot since line comments are common.

Backport of changeset 8123:3f7f9e476cfb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Forgot a 0-to-1 conversion in r8093.</title>
<updated>2020-03-30T00:22:27+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-03-30T00:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=90cbc76c97e7be7344d2e71ef76e221ba4108387'/>
<id>90cbc76c97e7be7344d2e71ef76e221ba4108387</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to 1-based style numbers internally in Lua.</title>
<updated>2020-03-28T22:38:01+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-03-28T22:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7ffaae978a096dd2a922a0a7b227a02439753d43'/>
<id>7ffaae978a096dd2a922a0a7b227a02439753d43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Fix spelling mistakes.</title>
<updated>2020-03-25T22:28:15+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2020-03-25T22:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=808e00138126f7ce571fd905498dba6614c16278'/>
<id>808e00138126f7ce571fd905498dba6614c16278</id>
<content type='text'>
Backport of changeset 8028:78a688809e75.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of changeset 8028:78a688809e75.
</pre>
</div>
</content>
</entry>
</feed>
