0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rebased svn repos and version bump More... over 14 years ago
Merge branch 'master' of github.com:raldred/CodeRay More... over 14 years ago
Support for JRuby Nailgun: Use rake jng to run Ruby tasks with jruby --ng. More... over 14 years ago
Added a test case for loading plugin scanners. More... over 14 years ago
Updated PHP scanner (#36) * highlighting of class and function definitions * improved HTML/PHP detection * heredocs (simple) * a new test for classes More... over 14 years ago
Made FileType work with Pathname (closes #118). More... over 14 years ago
Default rake task uses default Ruby version again. More... over 14 years ago
Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup. More... over 14 years ago
Updating C scanner: * Ruby 1.9 warnings (yeah, it's really a pain) * added DIRECTIVES * fixed a bug that highlighted // as an operator (bah!) * accept $ in variable names * accept intLL literals * recover silently from :include_expected on unexpected tokens More... over 14 years ago
Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOC * Also, DATABASE is a SQL keyword. More... over 14 years ago
etc. Dont mind it. More... over 14 years ago
Updated scanner test suite: fixing Ruby 1.9 warnings, tab width, exception for missing scanners More... over 14 years ago
Renaming YAMLTests. More... over 14 years ago
Updated Python scanner (#41) * Unicode support (kind of) * [from ...] import ... as construct highlighted as :include * added a test case for import statements More... over 14 years ago
Updated JSON scanner: false, null, true are highlighted as :value now. More... over 14 years ago
Updated Groovy scanner: using word lists from Java scanner. More... over 14 years ago
Updated Java scanner: Higlighting of keywords according to java.sun.com. * added :reserved, :pre_constant, :exception classes for idents and keywords * "threadsafe" isn't a Java keyword More... over 14 years ago
Updated Ruby scanner: * cleanup (FIXMEs, dead code, comments) * improved value_expected detection using VALUE_EXPECTING_KEYWORDS * support for self.method style definitions More... over 14 years ago
Updated CSS scanner: element selectors are highlighted as :type. More... over 14 years ago
JavaScript scanner updated: * false, null, true, undefined are :pre_constant now * fixed floats starting with a dot * added support for XML literals (cool!) * function definitions are detected and highlighted as :function * added Prototype, SunSpider and TraceMonkey tests as test code More... over 14 years ago
New Scanner: *C++* (#76)! More... over 14 years ago
Removing C++ tests from C test suite. More... over 14 years ago
Scanner sets KINDS_NOT_LOC, Tokens#scanner. More... over 14 years ago
Updated README. More... over 14 years ago
Tweaking colors for :pre_type, :pseudo_class and :exception. More... over 14 years ago
LinesOfCode: Language dependent via KINDS_NOT_LOC, documentation. More... over 14 years ago
TokenClassFilter: Support for :exclud => :all. More... over 14 years ago
Fixing Ruby 1.9 warnings. More... over 14 years ago
Require token_classes from coderay.rb. More... over 14 years ago
Fixing for_redcloth for latest RedCloth versions. More... over 14 years ago