Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | let autoloading to the work (fix test warnings) | Kornelius Kalnbach | 2011-12-27 | 1 | -3/+1 | |
| | | ||||||
| * | Bug #6: merge ConradIrwin's approach with korny's | Kornelius Kalnbach | 2011-12-27 | 3 | -6/+6 | |
| | | ||||||
| * | Remove assumption about a stable $: | Conrad Irwin | 2011-12-23 | 4 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | In some environments (e.g. [1]) $: can change between loading the library and using it. To avoid this problem, we always pass an absolute path to autoload internal modules. [1] https://github.com/pry/pry/issues/280 | |||||
| * | use bright blue because dark blue is hard to see on black terminal | Kornelius Kalnbach | 2011-12-15 | 1 | -6/+6 | |
| | | ||||||
* | | simplify multiline diff regexp | Kornelius Kalnbach | 2011-12-12 | 2 | -2/+2 | |
| | | ||||||
* | | inline diff highlighting for multi-line changes (#227) | Kornelius Kalnbach | 2011-11-02 | 2 | -30/+52 | |
|/ | ||||||
* | css scanner fixes; preparing 1.0.4 | Kornelius Kalnbach | 2011-11-02 | 2 | -8/+15 | |
| | ||||||
* | minor fix in diff scanner, .tmproj filetype: 1.0.3v1.0.3 | Kornelius Kalnbach | 2011-10-26 | 3 | -2/+3 | |
| | ||||||
* | fix .erb file type recognition; prepare 1.0.2v1.0.2 | Kornelius Kalnbach | 2011-10-26 | 2 | -1/+2 | |
| | ||||||
* | simplify HTML page layout (no border) | Kornelius Kalnbach | 2011-10-19 | 1 | -1/+9 | |
| | ||||||
* | version bumped to 1.0.1 | Kornelius Kalnbach | 2011-10-17 | 1 | -1/+1 | |
| | ||||||
* | fix additional scrollbar | Kornelius Kalnbach | 2011-10-15 | 1 | -1/+0 | |
| | ||||||
* | allow - and / in YAML keys | Kornelius Kalnbach | 2011-10-13 | 1 | -1/+1 | |
| | ||||||
* | cleanups, documentation for TokensProxy | Kornelius Kalnbach | 2011-09-21 | 4 | -98/+26 | |
| | ||||||
* | TokensProxy cleanup; #each returns self | Kornelius Kalnbach | 2011-09-19 | 1 | -12/+13 | |
| | ||||||
* | Merge branch 'master' into tokens-proxy | Kornelius Kalnbach | 2011-09-19 | 1 | -2/+2 | |
|\ | ||||||
| * | cleanup JSON encoder gem loading | Kornelius Kalnbach | 2011-09-19 | 1 | -2/+2 | |
| | | ||||||
* | | TokensProxy: wrap up | Kornelius Kalnbach | 2011-09-19 | 2 | -13/+14 | |
| | | ||||||
* | | #352 CodeRay.scan returns TokensProxy | Kornelius Kalnbach | 2011-09-18 | 1 | -0/+27 | |
|/ | ||||||
* | backgroun-color fine tuning (alpha) | Kornelius Kalnbach | 2011-09-18 | 1 | -7/+7 | |
| | ||||||
* | less spaces mean more code on 13" screens | Kornelius Kalnbach | 2011-09-09 | 1 | -3/+3 | |
| | ||||||
* | remove obsolete workaround for old Rubinius incompatibility | Kornelius Kalnbach | 2011-09-09 | 1 | -25/+5 | |
| | ||||||
* | #353 New scanner: HAML! | Kornelius Kalnbach | 2011-09-09 | 2 | -0/+169 | |
| | ||||||
* | fix color for :predefined_constant in Alpha style | Kornelius Kalnbach | 2011-09-09 | 1 | -2/+2 | |
| | ||||||
* | Ruby scanner accepts :state options and provides #interpreted_string_state ↵ | Kornelius Kalnbach | 2011-09-09 | 1 | -1/+5 | |
| | | | | method | |||||
* | HTML scanner ignores <% tags and accepts :state option | Kornelius Kalnbach | 2011-09-09 | 1 | -2/+2 | |
| | ||||||
* | refactor erb scanner open tag matching to fix a minor bug | Kornelius Kalnbach | 2011-09-09 | 1 | -8/+12 | |
| | ||||||
* | diff scanner: highlight "\ No newline" as :comment | Kornelius Kalnbach | 2011-09-09 | 1 | -5/+2 | |
| | ||||||
* | fixed YAML scanner (Scanner#column rewrite broke it) | Kornelius Kalnbach | 2011-08-29 | 2 | -9/+5 | |
| | ||||||
* | add term-ansicolor to development dependencies, fix Ruby 1.8.6 warning | Kornelius Kalnbach | 2011-08-22 | 1 | -1/+1 | |
| | ||||||
* | fix HTML scanner to correctly highlight embedded Ruby inside of attribute values | Kornelius Kalnbach | 2011-08-21 | 1 | -6/+6 | |
| | ||||||
* | add :debug token to TokenKinds | Kornelius Kalnbach | 2011-08-21 | 1 | -0/+1 | |
| | ||||||
* | fix YAML encoder for Psych (damn!) | Kornelius Kalnbach | 2011-08-21 | 1 | -3/+1 | |
| | ||||||
* | fix YAML encoder for all Rubies (again!) | Kornelius Kalnbach | 2011-08-21 | 1 | -2/+2 | |
| | ||||||
* | fix YAML encoder for Ruby 1.8.7 | Kornelius Kalnbach | 2011-08-21 | 1 | -1/+1 | |
| | ||||||
* | cleanup CodeRay.scan* methods | Kornelius Kalnbach | 2011-08-20 | 2 | -5/+6 | |
| | ||||||
* | fix issue with diffs inside of diffs | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+3 | |
| | ||||||
* | pretty (longer) token class names; closes #347 | Kornelius Kalnbach | 2011-08-19 | 17 | -451/+166 | |
| | ||||||
* | rename CaseIgnoringWordList to WordList::CaseIgnoring | Kornelius Kalnbach | 2011-08-19 | 6 | -13/+10 | |
| | ||||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 28 | -252/+196 | |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | |||||
* | PHP scanner should not scan the whole document for HTML/PHP indicators | Kornelius Kalnbach | 2011-07-26 | 1 | -2/+2 | |
| | ||||||
* | add :erb as Ruby scanner alias | Kornelius Kalnbach | 2011-07-26 | 1 | -13/+14 | |
| | ||||||
* | remove Scheme scanner (#59) | Kornelius Kalnbach | 2011-07-13 | 2 | -138/+2 | |
| | ||||||
* | new version scheme; use bundler + git for releasesv1.0.0.800pre | Kornelius Kalnbach | 2011-07-09 | 1 | -0/+3 | |
| | ||||||
* | fixing strange bug in Ruby scanner (very rare!) | murphy | 2011-07-08 | 1 | -2/+2 | |
| | ||||||
* | minor support fixes for some Ruby engines and versions | murphy | 2011-07-08 | 3 | -3/+3 | |
| | ||||||
* | lighter diff background colors | murphy | 2011-07-08 | 1 | -2/+2 | |
| | ||||||
* | use brighter colors for diff symbols | murphy | 2011-07-07 | 1 | -4/+4 | |
| | ||||||
* | cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s | murphy | 2011-07-04 | 8 | -33/+39 | |
| | ||||||
* | coderay list subcommand and cleanups/fixes in Plugin helper (issue #45) | murphy | 2011-06-25 | 6 | -29/+45 | |
| |