summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/lua.rb
Commit message (Collapse)AuthorAgeFilesLines
* close open token groups in Lua scannerKornelius Kalnbach2013-06-231-0/+3
|
* remove instance variables from Lua scannerKornelius Kalnbach2013-06-231-16/+18
|
* some more code cleanups before mergelua-scannerKornelius Kalnbach2013-06-231-11/+11
|
* cleanup Lua scanner, fix end_group(:map) issueKornelius Kalnbach2013-06-231-257/+267
| | | | - use local instead of instance variables
* :map token kindNathan Youngman2012-10-271-7/+7
| | | | Use :map instead of :table. It's more generic, and won't be confused with the :table rendering style.
* escape = in regex (my editor gets confused:-)Nathan Youngman2012-09-111-10/+10
|
* use case+when instead of send and methodsKornelius Kalnbach2012-06-191-33/+31
|
* Lua scanner for CodeRay. Meta-commit.Quintus2012-04-221-0/+267
This commit is a super-commit containing all the subcommits for implementing the Lua scanner.