<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexlua, branch rel-3-21-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>lexlua: Added C99 bool, true, and false to C lexer.</title>
<updated>2020-07-27T16:36:33+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-27T16:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8a4334c5eeedc65c1b33c2a9d2d141df1c254944'/>
<id>8a4334c5eeedc65c1b33c2a9d2d141df1c254944</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Updated LuaDoc documentation.</title>
<updated>2020-07-27T16:36:03+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-27T16:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5fc9bedb991e16c5e6189283c2aded33e27b391d'/>
<id>5fc9bedb991e16c5e6189283c2aded33e27b391d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`.</title>
<updated>2020-07-19T00:49:26+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-19T00:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a66cc374298d15cbe6916fd7acb5f682e532347'/>
<id>9a66cc374298d15cbe6916fd7acb5f682e532347</id>
<content type='text'>
This makes things simpler for applications that supply a Lua state; they do not
have to manipulate property sets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes things simpler for applications that supply a Lua state; they do not
have to manipulate property sets.
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Minor pattern refactoring.</title>
<updated>2020-07-14T14:09:33+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-14T14:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a4a5a6907acf6361618a8aa723a4bacc489f270a'/>
<id>a4a5a6907acf6361618a8aa723a4bacc489f270a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Deprecated some unused lexer patterns.</title>
<updated>2020-07-13T23:40:56+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-13T23:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b76968a8e29f7851cbda33523db79da12a962b95'/>
<id>b76968a8e29f7851cbda33523db79da12a962b95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Return `lexer.colors.name` as a number if possible.</title>
<updated>2020-07-13T19:18:05+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-13T19:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c8415f6bb194477fcdd8a9f0c6f8551f1749e6b6'/>
<id>c8415f6bb194477fcdd8a9f0c6f8551f1749e6b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Convert uses of `lexer.STYLE_*` to `lexer.styles.*`.</title>
<updated>2020-07-08T14:18:42+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-08T14:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=be2b4322cbb398b33ee9641d04463b663c781e1a'/>
<id>be2b4322cbb398b33ee9641d04463b663c781e1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers.</title>
<updated>2020-07-08T00:14:11+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-07-08T00:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=329559b74b483576a74d5f87eebf951bd12b9200'/>
<id>329559b74b483576a74d5f87eebf951bd12b9200</id>
<content type='text'>
This allows for a more Lua table-oriented approach to defining and using colors
and styles, instead of manually manipulating Scintilla property strings.
Themes and lexers are still backwards compatible, as the underlying mechanisms
are still in place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for a more Lua table-oriented approach to defining and using colors
and styles, instead of manually manipulating Scintilla property strings.
Themes and lexers are still backwards compatible, as the underlying mechanisms
are still in place.
</pre>
</div>
</content>
</entry>
<entry>
<title>lexlua: Updated Markdown lexer to handle code blocks and spans better.</title>
<updated>2020-06-25T23:16:11+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-06-25T23:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9b2cfc0e05f666c31bfa2b6fa60956f3943b3b07'/>
<id>9b2cfc0e05f666c31bfa2b6fa60956f3943b3b07</id>
<content type='text'>
Thanks to Alexander Misel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Alexander Misel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert previous commit.</title>
<updated>2020-06-10T21:07:30+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-06-10T21:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6a50bd506225071330ac0fe39e1247e7dc775e34'/>
<id>6a50bd506225071330ac0fe39e1247e7dc775e34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
