2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanups. More... over 15 years ago
Using XML scanner for XML literals. More... over 15 years ago
Don't cache the CaseIgnoringWordLists. More... over 15 years ago
Documentation: Added warning about WordList caching. More... over 15 years ago
Documentation. More... over 15 years ago
JSON encoder: New format to preserve all information and be more accessible for JavaScript programmers (each token is an object). Also a refactorization. Added tests. More... over 15 years ago
Cleanup. More... over 15 years ago
Filters: Cleanups, refactorization, tests. More... over 15 years ago
Cleanup, documentation. More... over 15 years ago
Added a test for XML literals in JavaScript (see issue #137). More... over 15 years ago
Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to trunk. More... over 15 years ago
Support for JRuby Nailgun: Use rake jng to run Ruby tasks with jruby --ng. More... over 15 years ago
Added a test case for loading plugin scanners. More... over 15 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 15 years ago
Made FileType work with Pathname (closes #118). More... over 15 years ago
Default rake task uses default Ruby version again. More... over 15 years ago
Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup. More... over 15 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 15 years ago
Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOC * Also, DATABASE is a SQL keyword. More... over 15 years ago
etc. Dont mind it. More... over 15 years ago
Updated scanner test suite: fixing Ruby 1.9 warnings, tab width, exception for missing scanners More... over 15 years ago
Renaming YAMLTests. More... over 15 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 15 years ago
Updated JSON scanner: false, null, true are highlighted as :value now. More... over 15 years ago
Updated Groovy scanner: using word lists from Java scanner. More... over 15 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 15 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 15 years ago
Updated CSS scanner: element selectors are highlighted as :type. More... over 15 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 15 years ago
New Scanner: *C++* (#76)! More... over 15 years ago