Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | begin/end with group :function instead of :string | Joel Holdbrooks | 2012-01-13 | 1 | -40/+40 | |
| |/ |/| | ||||||
* | | prepare CodeRay 1.0.5.rc1 | Kornelius Kalnbach | 2011-12-27 | 1 | -1/+1 | |
| | | ||||||
* | | use coderay_path on all autoload calls | Kornelius Kalnbach | 2011-12-27 | 2 | -3/+3 | |
| | | ||||||
* | | let autoloading to the work (fix test warnings) | Kornelius Kalnbach | 2011-12-27 | 1 | -3/+1 | |
| | | ||||||
* | | use coderay_path to load version.rb | Kornelius Kalnbach | 2011-12-27 | 1 | -2/+2 | |
| | | ||||||
* | | Bug #6: merge ConradIrwin's approach with korny's | Kornelius Kalnbach | 2011-12-27 | 4 | -28/+24 | |
| | | ||||||
* | | Remove assumption about a stable $: | Conrad Irwin | 2011-12-23 | 5 | -8/+19 | |
| | | | | | | | | | | | | | | | | | | | | 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 | |
|/ | ||||||
* | 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 | |
| | | ||||||
* | | Merge branch 'master' into tokens-proxy | Kornelius Kalnbach | 2011-09-18 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | don't ignore options in CodeRay.scan_file | Kornelius Kalnbach | 2011-09-18 | 1 | -1/+1 | |
| | | ||||||
* | | #352 CodeRay.scan returns TokensProxy | Kornelius Kalnbach | 2011-09-18 | 2 | -1/+29 | |
|/ | ||||||
* | testing CIJoe | Kornelius Kalnbach | 2011-09-18 | 1 | -1/+1 | |
| | ||||||
* | testing CIJoe | Kornelius Kalnbach | 2011-09-18 | 1 | -1/+1 | |
| | ||||||
* | 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 | 3 | -14/+12 | |
| | ||||||
* | 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 | 29 | -253/+198 | |
| | | | | 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 | 2 | -17/+15 | |
| |