Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | close open token groups in Lua scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -0/+3 |
| | |||||
* | remove instance variables from Lua scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -16/+18 |
| | |||||
* | some more code cleanups before mergelua-scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -11/+11 |
| | |||||
* | cleanup Lua scanner, fix end_group(:map) issue | Kornelius Kalnbach | 2013-06-23 | 1 | -257/+267 |
| | | | | - use local instead of instance variables | ||||
* | :map token kind | Nathan Youngman | 2012-10-27 | 1 | -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 Youngman | 2012-09-11 | 1 | -10/+10 |
| | |||||
* | use case+when instead of send and methods | Kornelius Kalnbach | 2012-06-19 | 1 | -33/+31 |
| | |||||
* | Lua scanner for CodeRay. Meta-commit. | Quintus | 2012-04-22 | 1 | -0/+267 |
This commit is a super-commit containing all the subcommits for implementing the Lua scanner. |