<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/lexlua/pkgbuild.lua, branch rel-3-21-1</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: Deprecated `lexer.fold_line_comments()` in favor of `lexer.fold_consecutive_lines()`.</title>
<updated>2020-08-03T22:48:30+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-08-03T22:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7e647657b0f95a4756b8aa714b0b3e4295272b81'/>
<id>7e647657b0f95a4756b8aa714b0b3e4295272b81</id>
<content type='text'>
Also use `lexer.fold_line_groups` for option that enables this folding, avoiding
name clash that plagued the previous option.
Added "import" folding for Java.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also use `lexer.fold_line_groups` for option that enables this folding, avoiding
name clash that plagued the previous option.
Added "import" folding for Java.
</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>Reformatted Lua LPeg lexers and added new convenience functions and pattern.</title>
<updated>2020-04-25T20:26:31+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2020-04-25T20:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fad15f79b1230b3076be515d6894c8919562809b'/>
<id>fad15f79b1230b3076be515d6894c8919562809b</id>
<content type='text'>
`lexer.range()` replaces `lexer.delimited_range()` and `lexer.nested_pair()`.
`lexer.to_eol()` replaces `patt * lexer.nonnewline^0` constructs.
`lexer.number` replaces `lexer.float + lexer.integer`.
Also added unit tests for lexer functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`lexer.range()` replaces `lexer.delimited_range()` and `lexer.nested_pair()`.
`lexer.to_eol()` replaces `patt * lexer.nonnewline^0` constructs.
`lexer.number` replaces `lexer.float + lexer.integer`.
Also added unit tests for lexer functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright year for lexlua-specific bits of LongTerm3.</title>
<updated>2019-12-31T21:56:55+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-12-31T21:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=67e4747d2d65a90861308e01b07766a3b29262c6'/>
<id>67e4747d2d65a90861308e01b07766a3b29262c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright year.</title>
<updated>2019-02-17T04:02:23+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2019-02-17T04:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=468e18f0fab0cd0bc2e2a9944c02317e9ea828af'/>
<id>468e18f0fab0cd0bc2e2a9944c02317e9ea828af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added optional Lua lexer support.</title>
<updated>2018-03-12T03:04:41+00:00</updated>
<author>
<name>mitchell</name>
<email>unknown</email>
</author>
<published>2018-03-12T03:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=519b7328b66c4c84f03893a31e4be5ba6b1395f2'/>
<id>519b7328b66c4c84f03893a31e4be5ba6b1395f2</id>
<content type='text'>
This support is disabled by default and must be enabled via compile-time option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This support is disabled by default and must be enabled via compile-time option.
</pre>
</div>
</content>
</entry>
</feed>
