Patch #1471
Lua syntax highlighter for CodeRay
| Status: | New | Start date: | 2008-06-16 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Third-party libraries | |||
| Target version: | Unplanned |
Description
Attached is a patch that will add lua lexer syntax highlighting to coderay.
Related issues
History
#1 Updated by Mischa The Evil over 3 years ago
Kornelius Kalnbach (CodeRay project-manager) has planned the integration of a Lua-scanner for CodeRay 1.0 RC1 based on the patch supplied here by Chris Peterson. See http://redmine.rubychan.de/issues/39.
Therefor this issue will eventually get obsoleted whenever the CodeRay-library in Redmine is updated to 1.0+.
#2 Updated by Pierre-Yves Gérardy over 2 years ago
There's a typo on line 54:
'upack' => 'unpack'
#3 Updated by Felix Schäfer over 2 years ago
Pierre-Yves, please contact Kornelius for fixes to that, here's the wrong place for that :-)
#4 Updated by Kornelius Kalnbach over 2 years ago
No, I'm not the right person to handle this. The Lua scanner is not part of the distribution. Since the ticket is still open, I don't think it's included in Redmine. So this thread is a bit like the Lua scanner project page ;)
#5 Updated by Mischa The Evil about 2 years ago
- Category set to Third-party libraries
Changed issue-relations to reflect the upstream roadmap:
| - | related to Feature #4264: Update CodeRay to 1.0 final |
| + | blocked by Feature #8253: Update CodeRay to 1.1 final |
and changed to new - more appropriate - category...
#6 Updated by Mischa The Evil about 2 years ago
- Target version set to Unplanned
#7 Updated by Ebrahim Mohammadi about 2 years ago
Implementing #8120 as discussed would solve Lua syntax highlighting, since both Google Code Prettify and Sunlight support Lua.
