summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* backgroun-color fine tuning (alpha)Kornelius Kalnbach2011-09-183-12/+14
* remove .rvmrc -- sorryKornelius Kalnbach2011-09-141-1/+0
* remove obsolete big C example code, to make this a Ruby project on GitHubKornelius Kalnbach2011-09-0917-160011/+0
* 1.0 RC 2v1.0.0.846rc2Kornelius Kalnbach2011-09-091-1/+1
* less spaces mean more code on 13" screensKornelius Kalnbach2011-09-092-27/+6
* update tmprojKornelius Kalnbach2011-09-091-1/+20
* remove obsolete workaround for old Rubinius incompatibilityKornelius Kalnbach2011-09-092-26/+8
* #353 New scanner: HAML!Kornelius Kalnbach2011-09-093-0/+177
* fix color for :predefined_constant in Alpha styleKornelius Kalnbach2011-09-091-2/+2
* Ruby scanner accepts :state options and provides #interpreted_string_state me...Kornelius Kalnbach2011-09-091-1/+5
* HTML scanner ignores <% tags and accepts :state optionKornelius Kalnbach2011-09-091-2/+2
* refactor erb scanner open tag matching to fix a minor bugKornelius Kalnbach2011-09-091-8/+12
* diff scanner: highlight "\ No newline" as :commentKornelius Kalnbach2011-09-091-5/+2
* executable: only the first arg can be subcommand, avoid map lookupKornelius Kalnbach2011-09-091-2/+2
* fix RedCloth gem versionv1.0.0.835rc1Kornelius Kalnbach2011-08-292-3/+3
* fixed YAML scanner (Scanner#column rewrite broke it)Kornelius Kalnbach2011-08-292-9/+5
* fix some JRuby test problemsKornelius Kalnbach2011-08-272-2/+2
* preparing 1.0 RCKornelius Kalnbach2011-08-231-7/+5
* deactivating scanner tests; SVN is not available on Travis CIv1.0.0.831preKornelius Kalnbach2011-08-221-1/+1
* try scanners tests in Travis CIKornelius Kalnbach2011-08-221-1/+1
* add term-ansicolor to development dependencies, fix Ruby 1.8.6 warningKornelius Kalnbach2011-08-222-1/+2
* enabling 1.8.6 tests; do they work?Kornelius Kalnbach2011-08-212-4/+4
* fix HTML scanner to correctly highlight embedded Ruby inside of attribute valuesKornelius Kalnbach2011-08-211-6/+6
* add :debug token to TokenKindsKornelius Kalnbach2011-08-211-0/+1
* fix YAML encoder for Psych (damn!)Kornelius Kalnbach2011-08-212-26/+14
* fix YAML encoder for all Rubies (again!)Kornelius Kalnbach2011-08-211-2/+2
* fix YAML encoder for Ruby 1.8.7Kornelius Kalnbach2011-08-211-1/+1
* some more info in the ChangelogKornelius Kalnbach2011-08-211-3/+7
* cleanup CodeRay.scan* methodsKornelius Kalnbach2011-08-206-29/+45
* fix issue with diffs inside of diffsKornelius Kalnbach2011-08-191-1/+3
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-1925-468/+185
* rename CaseIgnoringWordList to WordList::CaseIgnoringKornelius Kalnbach2011-08-199-19/+17
* fix README markupKornelius Kalnbach2011-08-191-0/+1
* ignore doc folderKornelius Kalnbach2011-08-192-7/+26
* Please, Github, use README.textile.v1.0.0.815preKornelius Kalnbach2011-08-195-12/+26
* added README.textile to fix build status imageKornelius Kalnbach2011-08-191-0/+99
* Merge branch 'master' of github.com:rubychan/coderayKornelius Kalnbach2011-08-191-1/+1
|\
| * Damn, RDoc doesn't accept https image URLs!Kornelius Kalnbach2011-08-191-1/+1
* | travis debugKornelius Kalnbach2011-08-191-3/+3
|/
* trying to integrate Travis CIKornelius Kalnbach2011-08-199-44/+53
* Major rewrite of encoders to support IO output; fixed some minor scanner bugs...Kornelius Kalnbach2011-08-1951-671/+713
* remove .rvmrcKornelius Kalnbach2011-08-151-0/+1
* PHP scanner should not scan the whole document for HTML/PHP indicatorsKornelius Kalnbach2011-07-261-2/+2
* ignore benchmark output fileKornelius Kalnbach2011-07-261-0/+2
* add :erb as Ruby scanner aliasKornelius Kalnbach2011-07-261-13/+14
* add update_scanner_suite taskKornelius Kalnbach2011-07-261-6/+13
* cleanup rake tasks: allow running without bundler or rdocKornelius Kalnbach2011-07-262-8/+16
* remove Scheme scanner (#59)Kornelius Kalnbach2011-07-133-4/+5
* automatically download scanner test suite (closes issue #128)Kornelius Kalnbach2011-07-092-4/+12
* new version scheme; use bundler + git for releasesv1.0.0.800preKornelius Kalnbach2011-07-097-78/+36