index
:
delta/ruby-gems/coderay.git
applescript-scanner
autoload
avrasm-scanner
bash-scanner
cleanup-output
dsl
escape-utils
extend-specs
fix-javascript-regexp
fortran-scanner
io-scanner
latex-encoder
lisp-scanner
lua-scanner
master
paint-integration
possible-speedups
remove-dump
ruby-2.3
ruby-skip
tcl-scanner
test-code-climate
vhdl-scanner
github.com: rubychan/coderay.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
coderay
/
styles
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #190 from rubychan/autoload
Kornelius Kalnbach
2016-02-13
1
-0
/
+18
|
\
|
*
use autoload again
Kornelius Kalnbach
2013-10-22
1
-0
/
+18
*
|
Merge branch 'master' into tweak-function-colors
Kornelius Kalnbach
2016-02-13
1
-2
/
+2
|
\
\
|
|
/
|
*
add Ruby 2 syntax: %i(…) and %I(…)
Kornelius Kalnbach
2013-07-20
1
-1
/
+1
|
*
make predefined-type a bit more bright/blue
Kornelius Kalnbach
2013-06-23
1
-1
/
+1
*
|
tweaking colors for :function tokens
Kornelius Kalnbach
2013-06-23
1
-1
/
+2
|
/
*
whitespace
Kornelius Kalnbach
2013-06-23
1
-5
/
+5
*
tweak :local_variable token color
Kornelius Kalnbach
2013-06-23
1
-1
/
+1
*
move .map styles before .string
Kornelius Kalnbach
2013-06-23
1
-3
/
+3
*
whitespace
Kornelius Kalnbach
2013-06-22
1
-1
/
+1
*
Merge branch 'master' into lua-scanner
Kornelius Kalnbach
2013-06-22
1
-17
/
+16
|
\
|
*
tags should be bold
Kornelius Kalnbach
2013-06-22
1
-1
/
+1
|
*
tweak Terminal encoder, cleanup token kinds
Kornelius Kalnbach
2013-06-13
1
-16
/
+13
|
*
add python binary string
Kornelius Kalnbach
2013-06-12
1
-1
/
+3
*
|
Merge branch 'master' into lua-scanner
Kornelius Kalnbach
2013-06-12
1
-0
/
+8
|
\
\
|
|
/
|
*
tweak Taskpaper scanner, cleanup doc_string kind
Kornelius Kalnbach
2013-06-12
1
-2
/
+1
|
*
Merge remote-tracking branch 'shimomura1004/taskpaper' into taskpaper-scanner
Kornelius Kalnbach
2013-06-12
1
-0
/
+3
|
|
\
|
|
*
TaskPaper scanner for CodeRay
SHIMOMURA Sho
2012-10-22
1
-0
/
+3
|
*
|
tweak CSS tag/id token kind patch from noprompt
Kornelius Kalnbach
2013-06-11
1
-0
/
+1
|
*
|
set line numbers to word-break: normal to fix #102
Kornelius Kalnbach
2013-06-11
1
-0
/
+3
|
*
|
added Sass scanner (work in progress)
Kornelius Kalnbach
2013-03-11
1
-0
/
+2
|
|
/
*
|
:map token kind
Nathan Youngman
2012-10-27
1
-4
/
+4
*
|
Lua scanner for CodeRay. Meta-commit.
Quintus
2012-04-22
1
-0
/
+3
|
/
*
fix additional scrollbar
Kornelius Kalnbach
2011-10-15
1
-1
/
+0
*
backgroun-color fine tuning (alpha)
Kornelius Kalnbach
2011-09-18
1
-7
/
+7
*
fix color for :predefined_constant in Alpha style
Kornelius Kalnbach
2011-09-09
1
-2
/
+2
*
pretty (longer) token class names; closes #347
Kornelius Kalnbach
2011-08-19
3
-365
/
+85
*
lighter diff background colors
murphy
2011-07-08
1
-2
/
+2
*
use brighter colors for diff symbols
murphy
2011-07-07
1
-4
/
+4
*
#309 Improved highlighting of Ruby inside diffs
murphy
2011-06-22
1
-2
/
+2
*
changed the color of :char from blue-ish to red-ish (alpha style)
murphy
2011-05-21
1
-6
/
+7
*
fixed highlighted numbers in alpha style
murphy
2011-03-07
1
-1
/
+2
*
Code cleanup.
murphy
2010-11-21
1
-2
/
+2
*
Fix invalid HTML markup for line tokens (use span + CSS instead of div).
murphy
2010-09-22
2
-1
/
+3
*
Fixed a:target color.
murphy
2010-09-21
1
-5
/
+5
*
Added ! important rules for line numbers in the Alpha style.
murphy
2010-08-23
1
-0
/
+5
*
Alpha style: Removed background color for :inline_delimiter.
murphy
2010-06-27
1
-2
/
+1
*
Updated Alpha style: less bolded tokens, user-select:none for line numbers (c...
murphy
2010-06-16
1
-34
/
+37
*
Added :string :modifier color for Alpha style.
murphy
2010-06-15
1
-0
/
+1
*
Added :eyecatcher token type (for inline diff highlighting) and improved
murphy
2010-06-01
1
-11
/
+14
*
Python scanner highlights docstrings as comments (see #190).
murphy
2010-04-02
1
-0
/
+2
*
Java Scanner: Package names are recognized, along with some code cleanup. Clo...
murphy
2010-04-02
2
-0
/
+2
*
New HTML Encoder option :line_number_anchors (closes #208).
murphy
2010-04-02
3
-37
/
+18
*
HTML encoder is HTML 5 and CSS 3 compatible (closes #215).
murphy
2010-04-02
1
-1
/
+1
*
Improved the styles a bit.
murphy
2010-03-31
2
-6
/
+6
*
Use new :alpha style be default. This means IE will have problems with the co...
murphy
2010-03-31
1
-1
/
+1
*
Renamed token_classes to token_kinds (closes #122).
murphy
2010-03-30
2
-11
/
+6
*
A new color style using HSLA colors (alpha channel, issue #199)
murphy
2010-02-17
1
-0
/
+145
*
Cleanups.
murphy
2009-12-30
1
-1
/
+1
*
Tweaking colors for :pre_type, :pseudo_class and :exception.
murphy
2009-10-18
1
-3
/
+3
[next]