2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Sep 13, 2024 — Sep 13, 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... almost 16 years ago
Added a test case for loading plugin scanners. More... almost 16 years ago
Updated PHP scanner (#36) * highlighting of class and function definitions * improved HTML/PHP detection * heredocs (simple) * a new test for classes More... almost 16 years ago
Made FileType work with Pathname (closes #118). More... almost 16 years ago
Default rake task uses default Ruby version again. More... almost 16 years ago
Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup. More... almost 16 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... almost 16 years ago
Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOC * Also, DATABASE is a SQL keyword. More... almost 16 years ago
etc. Dont mind it. More... almost 16 years ago
Updated scanner test suite: fixing Ruby 1.9 warnings, tab width, exception for missing scanners More... almost 16 years ago
Renaming YAMLTests. More... almost 16 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... almost 16 years ago
Updated JSON scanner: false, null, true are highlighted as :value now. More... almost 16 years ago
Updated Groovy scanner: using word lists from Java scanner. More... almost 16 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... almost 16 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... almost 16 years ago
Updated CSS scanner: element selectors are highlighted as :type. More... almost 16 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... almost 16 years ago
New Scanner: *C++* (#76)! More... almost 16 years ago