summaryrefslogtreecommitdiff
path: root/lib/coderay/styles
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #190 from rubychan/autoloadKornelius Kalnbach2016-02-131-0/+18
|\
| * use autoload againKornelius Kalnbach2013-10-221-0/+18
* | Merge branch 'master' into tweak-function-colorsKornelius Kalnbach2016-02-131-2/+2
|\ \ | |/
| * add Ruby 2 syntax: %i(…) and %I(…)Kornelius Kalnbach2013-07-201-1/+1
| * make predefined-type a bit more bright/blueKornelius Kalnbach2013-06-231-1/+1
* | tweaking colors for :function tokensKornelius Kalnbach2013-06-231-1/+2
|/
* whitespaceKornelius Kalnbach2013-06-231-5/+5
* tweak :local_variable token colorKornelius Kalnbach2013-06-231-1/+1
* move .map styles before .stringKornelius Kalnbach2013-06-231-3/+3
* whitespaceKornelius Kalnbach2013-06-221-1/+1
* Merge branch 'master' into lua-scannerKornelius Kalnbach2013-06-221-17/+16
|\
| * tags should be boldKornelius Kalnbach2013-06-221-1/+1
| * tweak Terminal encoder, cleanup token kindsKornelius Kalnbach2013-06-131-16/+13
| * add python binary stringKornelius Kalnbach2013-06-121-1/+3
* | Merge branch 'master' into lua-scannerKornelius Kalnbach2013-06-121-0/+8
|\ \ | |/
| * tweak Taskpaper scanner, cleanup doc_string kindKornelius Kalnbach2013-06-121-2/+1
| * Merge remote-tracking branch 'shimomura1004/taskpaper' into taskpaper-scannerKornelius Kalnbach2013-06-121-0/+3
| |\
| | * TaskPaper scanner for CodeRaySHIMOMURA Sho2012-10-221-0/+3
| * | tweak CSS tag/id token kind patch from nopromptKornelius Kalnbach2013-06-111-0/+1
| * | set line numbers to word-break: normal to fix #102Kornelius Kalnbach2013-06-111-0/+3
| * | added Sass scanner (work in progress)Kornelius Kalnbach2013-03-111-0/+2
| |/
* | :map token kindNathan Youngman2012-10-271-4/+4
* | Lua scanner for CodeRay. Meta-commit.Quintus2012-04-221-0/+3
|/
* fix additional scrollbarKornelius Kalnbach2011-10-151-1/+0
* backgroun-color fine tuning (alpha)Kornelius Kalnbach2011-09-181-7/+7
* fix color for :predefined_constant in Alpha styleKornelius Kalnbach2011-09-091-2/+2
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-193-365/+85
* lighter diff background colorsmurphy2011-07-081-2/+2
* use brighter colors for diff symbolsmurphy2011-07-071-4/+4
* #309 Improved highlighting of Ruby inside diffsmurphy2011-06-221-2/+2
* changed the color of :char from blue-ish to red-ish (alpha style)murphy2011-05-211-6/+7
* fixed highlighted numbers in alpha stylemurphy2011-03-071-1/+2
* Code cleanup.murphy2010-11-211-2/+2
* Fix invalid HTML markup for line tokens (use span + CSS instead of div).murphy2010-09-222-1/+3
* Fixed a:target color.murphy2010-09-211-5/+5
* Added ! important rules for line numbers in the Alpha style.murphy2010-08-231-0/+5
* Alpha style: Removed background color for :inline_delimiter.murphy2010-06-271-2/+1
* Updated Alpha style: less bolded tokens, user-select:none for line numbers (c...murphy2010-06-161-34/+37
* Added :string :modifier color for Alpha style.murphy2010-06-151-0/+1
* Added :eyecatcher token type (for inline diff highlighting) and improvedmurphy2010-06-011-11/+14
* Python scanner highlights docstrings as comments (see #190).murphy2010-04-021-0/+2
* Java Scanner: Package names are recognized, along with some code cleanup. Clo...murphy2010-04-022-0/+2
* New HTML Encoder option :line_number_anchors (closes #208).murphy2010-04-023-37/+18
* HTML encoder is HTML 5 and CSS 3 compatible (closes #215).murphy2010-04-021-1/+1
* Improved the styles a bit.murphy2010-03-312-6/+6
* Use new :alpha style be default. This means IE will have problems with the co...murphy2010-03-311-1/+1
* Renamed token_classes to token_kinds (closes #122).murphy2010-03-302-11/+6
* A new color style using HSLA colors (alpha channel, issue #199)murphy2010-02-171-0/+145
* Cleanups.murphy2009-12-301-1/+1
* Tweaking colors for :pre_type, :pseudo_class and :exception.murphy2009-10-181-3/+3