summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | begin/end with group :function instead of :stringJoel Holdbrooks2012-01-131-40/+40
| |/ |/|
* | prepare CodeRay 1.0.5.rc1Kornelius Kalnbach2011-12-271-1/+1
| |
* | use coderay_path on all autoload callsKornelius Kalnbach2011-12-272-3/+3
| |
* | let autoloading to the work (fix test warnings)Kornelius Kalnbach2011-12-271-3/+1
| |
* | use coderay_path to load version.rbKornelius Kalnbach2011-12-271-2/+2
| |
* | Bug #6: merge ConradIrwin's approach with korny'sKornelius Kalnbach2011-12-274-28/+24
| |
* | Remove assumption about a stable $:Conrad Irwin2011-12-235-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 terminalKornelius Kalnbach2011-12-151-6/+6
|/
* css scanner fixes; preparing 1.0.4Kornelius Kalnbach2011-11-022-8/+15
|
* minor fix in diff scanner, .tmproj filetype: 1.0.3v1.0.3Kornelius Kalnbach2011-10-263-2/+3
|
* fix .erb file type recognition; prepare 1.0.2v1.0.2Kornelius Kalnbach2011-10-262-1/+2
|
* simplify HTML page layout (no border)Kornelius Kalnbach2011-10-191-1/+9
|
* version bumped to 1.0.1Kornelius Kalnbach2011-10-171-1/+1
|
* fix additional scrollbarKornelius Kalnbach2011-10-151-1/+0
|
* allow - and / in YAML keysKornelius Kalnbach2011-10-131-1/+1
|
* cleanups, documentation for TokensProxyKornelius Kalnbach2011-09-214-98/+26
|
* TokensProxy cleanup; #each returns selfKornelius Kalnbach2011-09-191-12/+13
|
* Merge branch 'master' into tokens-proxyKornelius Kalnbach2011-09-191-2/+2
|\
| * cleanup JSON encoder gem loadingKornelius Kalnbach2011-09-191-2/+2
| |
* | TokensProxy: wrap upKornelius Kalnbach2011-09-192-13/+14
| |
* | Merge branch 'master' into tokens-proxyKornelius Kalnbach2011-09-181-1/+1
|\ \ | |/
| * don't ignore options in CodeRay.scan_fileKornelius Kalnbach2011-09-181-1/+1
| |
* | #352 CodeRay.scan returns TokensProxyKornelius Kalnbach2011-09-182-1/+29
|/
* testing CIJoeKornelius Kalnbach2011-09-181-1/+1
|
* testing CIJoeKornelius Kalnbach2011-09-181-1/+1
|
* backgroun-color fine tuning (alpha)Kornelius Kalnbach2011-09-181-7/+7
|
* less spaces mean more code on 13" screensKornelius Kalnbach2011-09-091-3/+3
|
* remove obsolete workaround for old Rubinius incompatibilityKornelius Kalnbach2011-09-091-25/+5
|
* #353 New scanner: HAML!Kornelius Kalnbach2011-09-092-0/+169
|
* fix color for :predefined_constant in Alpha styleKornelius Kalnbach2011-09-091-2/+2
|
* Ruby scanner accepts :state options and provides #interpreted_string_state ↵Kornelius Kalnbach2011-09-091-1/+5
| | | | method
* 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
|
* fixed YAML scanner (Scanner#column rewrite broke it)Kornelius Kalnbach2011-08-292-9/+5
|
* add term-ansicolor to development dependencies, fix Ruby 1.8.6 warningKornelius Kalnbach2011-08-221-1/+1
|
* 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-211-3/+1
|
* 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
|
* cleanup CodeRay.scan* methodsKornelius Kalnbach2011-08-203-14/+12
|
* fix issue with diffs inside of diffsKornelius Kalnbach2011-08-191-1/+3
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-1917-451/+166
|
* rename CaseIgnoringWordList to WordList::CaseIgnoringKornelius Kalnbach2011-08-196-13/+10
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-1929-253/+198
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* PHP scanner should not scan the whole document for HTML/PHP indicatorsKornelius Kalnbach2011-07-261-2/+2
|
* add :erb as Ruby scanner aliasKornelius Kalnbach2011-07-261-13/+14
|
* remove Scheme scanner (#59)Kornelius Kalnbach2011-07-132-138/+2
|
* new version scheme; use bundler + git for releasesv1.0.0.800preKornelius Kalnbach2011-07-092-17/+15
|