| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
less obtrusive.
|
| |
|
|
|
|
| |
Scanner, Tokens, and Encoders::HTML.
|
|
|
|
| |
when no scanner was assigned.
|
|
|
|
|
|
| |
concatenating all text tokens together. The Text encoder inherits this. Use Tokens#to_s to use this encoder.
Also fixed an issue with automatically calculated FILE_EXTENSION being a symbol.
|
|
|
|
| |
extensions), improved FileType error message for ambiguous arguments.
|
|
|
|
| |
improved documentation, re-indented everything.
|
| |
|
|
|
|
| |
"early death" by loading it when the encoder is loaded.
|
| |
|
|
|
|
| |
using non-ASCII chars :)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(closes #226), removed osolete .rx .fu style.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
It's still in development. The Scheme scanner, which Lice used as template,
has some very bad code, and both scanner must be cleaned up (see #59).
|
|
|
|
| |
This is more friendly for intelligent diff highlighting.
|
|
|
|
|
|
|
|
|
| |
highlighting for multi-line tokens. These are one of the most complex features
of CodeRay now, and quite unique, I think.
Of course, all of this is highly experimental, and not ready for production
use.
|
|
|
|
|
| |
See issue #222.
|
| |
|
|
|
|
|
| |
some nested styles.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Closes #229.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* TokenKindFilter handles groups (closes #223).
* Added :docstring to the default KINDS_NOT_LOC list.
* Also fixed a problem with the :tokens option in Scanners.
|
| |
|
| |
|