<feed xmlns='http://www.w3.org/2005/Atom'>
<title>textadept.git/modules/ansi_c/lua_api, branch master</title>
<subtitle>My personalizations for textadept</subtitle>
<id>https://git.alessandroiezzi.it/textadept.git/atom?h=master</id>
<link rel='self' href='https://git.alessandroiezzi.it/textadept.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/'/>
<updated>2021-09-01T02:39:15+00:00</updated>
<entry>
<title>Updated Lua autocompletion and documentation.</title>
<updated>2021-09-01T02:39:15+00:00</updated>
<author>
<name>mitchell</name>
<email>none@none</email>
</author>
<published>2021-09-01T02:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=60e9b400ac91cddf45cbaa49a984e729ba9eab6c'/>
<id>urn:sha1:60e9b400ac91cddf45cbaa49a984e729ba9eab6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial pass reformatting all code.</title>
<updated>2021-04-11T13:34:17+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+orbitalquark@users.noreply.github.com</email>
</author>
<published>2021-04-11T13:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=de3a745e1af2e441de868c2aa4849102d376acb5'/>
<id>urn:sha1:de3a745e1af2e441de868c2aa4849102d376acb5</id>
<content type='text'>
Use clang-format, LuaFormatter, and 100 character limit on lines.
</content>
</entry>
<entry>
<title>Updated to Lua 5.4.2.</title>
<updated>2021-02-20T16:05:03+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+orbitalquark@users.noreply.github.com</email>
</author>
<published>2021-02-20T16:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=ce352e93b2e4ddfa39907b8f50f98cfd6e54e593'/>
<id>urn:sha1:ce352e93b2e4ddfa39907b8f50f98cfd6e54e593</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed escaping of newlines in generated Lua API documentation.</title>
<updated>2019-02-17T04:47:30+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2019-02-17T04:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=84c449a1ab6f10883aafc5dcc64f32a2eddba4f0'/>
<id>urn:sha1:84c449a1ab6f10883aafc5dcc64f32a2eddba4f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated to Lua 5.3.3.</title>
<updated>2016-06-11T18:59:11+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2016-06-11T18:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=3b3955794078a5bea50e68441e6e0ced4f7a5828'/>
<id>urn:sha1:3b3955794078a5bea50e68441e6e0ced4f7a5828</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated to Lua 5.3.2.</title>
<updated>2015-12-06T22:50:23+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2015-12-06T22:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=6b37ee4f9681743735e2b9ae4d0b2d2976f9ca77'/>
<id>urn:sha1:6b37ee4f9681743735e2b9ae4d0b2d2976f9ca77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.</title>
<updated>2015-03-11T20:53:07+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2015-03-11T20:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=85450b9983ec16b27981572c258298e6fbf2f59d'/>
<id>urn:sha1:85450b9983ec16b27981572c258298e6fbf2f59d</id>
<content type='text'>
LuaJIT uses Lua 5.3's new utf8 library.
Restored documentation for Lua 5.1 symbols and added deprecation notes.
</content>
</entry>
<entry>
<title>New ANSI C lexer.</title>
<updated>2013-11-07T20:34:27+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2013-11-07T20:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=82477092f0c729e06f40826a546ed56781fd805c'/>
<id>urn:sha1:82477092f0c729e06f40826a546ed56781fd805c</id>
<content type='text'>
C/C++ lexer was separated into ANSI C and C++ lexers.
Also took the opportunity to use shorter macros in compile/run commands.
</content>
</entry>
</feed>
