<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/coderay.git/lib/coderay/scanners/lua.rb, branch test-code-climate</title>
<subtitle>github.com: rubychan/coderay.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/'/>
<entry>
<title>port a few tweaks from dsl branch</title>
<updated>2017-11-02T23:39:44+00:00</updated>
<author>
<name>Kornelius Kalnbach</name>
<email>murphy@rubychan.de</email>
</author>
<published>2017-11-02T23:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=161c17d2c537a32f38f0dcca75218af69f96102b'/>
<id>161c17d2c537a32f38f0dcca75218af69f96102b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>close open token groups in Lua scanner</title>
<updated>2013-06-23T04:06:52+00:00</updated>
<author>
<name>Kornelius Kalnbach</name>
<email>murphy@rubychan.de</email>
</author>
<published>2013-06-23T04:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=45bb0c576b67b7a3c0dead02078b3a16b5583154'/>
<id>45bb0c576b67b7a3c0dead02078b3a16b5583154</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove instance variables from Lua scanner</title>
<updated>2013-06-23T04:06:16+00:00</updated>
<author>
<name>Kornelius Kalnbach</name>
<email>murphy@rubychan.de</email>
</author>
<published>2013-06-23T04:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=7f45168efd1abe679b261a7a91f3641984091d12'/>
<id>7f45168efd1abe679b261a7a91f3641984091d12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some more code cleanups before merge</title>
<updated>2013-06-22T23:17:49+00:00</updated>
<author>
<name>Kornelius Kalnbach</name>
<email>murphy@rubychan.de</email>
</author>
<published>2013-06-22T23:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=90c401c9001e0a670360a55d1189e9f814ae7592'/>
<id>90c401c9001e0a670360a55d1189e9f814ae7592</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup Lua scanner, fix end_group(:map) issue</title>
<updated>2013-06-22T23:06:33+00:00</updated>
<author>
<name>Kornelius Kalnbach</name>
<email>murphy@rubychan.de</email>
</author>
<published>2013-06-22T23:06:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=da1425058e9b9e04bd988ddf606331d9cd0c827b'/>
<id>da1425058e9b9e04bd988ddf606331d9cd0c827b</id>
<content type='text'>
- use local instead of instance variables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use local instead of instance variables
</pre>
</div>
</content>
</entry>
<entry>
<title>:map token kind</title>
<updated>2012-10-28T05:42:23+00:00</updated>
<author>
<name>Nathan Youngman</name>
<email>git@nathany.com</email>
</author>
<published>2012-10-28T05:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=279348d3c2159df4ce6ac5949ada0177aa7c7159'/>
<id>279348d3c2159df4ce6ac5949ada0177aa7c7159</id>
<content type='text'>
Use :map instead of :table. It's more generic, and won't be confused with the :table rendering style.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use :map instead of :table. It's more generic, and won't be confused with the :table rendering style.
</pre>
</div>
</content>
</entry>
<entry>
<title>escape = in regex (my editor gets confused:-)</title>
<updated>2012-09-11T21:05:16+00:00</updated>
<author>
<name>Nathan Youngman</name>
<email>git@nathany.com</email>
</author>
<published>2012-09-11T21:04:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=b081c1f3ab670301199005c04ecbc11614593285'/>
<id>b081c1f3ab670301199005c04ecbc11614593285</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use case+when instead of send and methods</title>
<updated>2012-06-19T15:45:49+00:00</updated>
<author>
<name>Kornelius Kalnbach</name>
<email>murphy@rubychan.de</email>
</author>
<published>2012-06-19T15:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=8979cc621431248fded86c341e2102a67c5344bb'/>
<id>8979cc621431248fded86c341e2102a67c5344bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lua scanner for CodeRay. Meta-commit.</title>
<updated>2012-04-22T20:10:42+00:00</updated>
<author>
<name>Quintus</name>
<email>sutniuq@gmx.net</email>
</author>
<published>2012-04-22T20:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=501df7613c67bcd743eaa00071f0dbb179607394'/>
<id>501df7613c67bcd743eaa00071f0dbb179607394</id>
<content type='text'>
This commit is a super-commit containing all the subcommits for
implementing the Lua scanner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit is a super-commit containing all the subcommits for
implementing the Lua scanner.
</pre>
</div>
</content>
</entry>
</feed>
