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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
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 releases
v1.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
|
*
#309 Improved highlighting of Ruby inside diffs
murphy
2011-06-22
7
-33
/
+56
|
*
changed :reserved to :keyword in Ruby scanner (issue #43)
murphy
2011-06-16
2
-3
/
+3
|
*
changed :reserved to :keyword in Scheme scanner (issue #43)
murphy
2011-06-15
1
-1
/
+1
|
*
changed :reserved to :keyword in PHP scanner (issue #43)
murphy
2011-06-15
1
-3
/
+3
|
*
changed :reserved to :keyword in Delphi scanner (issue #43)
murphy
2011-06-15
1
-2
/
+2
|
*
changed :reserved to :keyword in Clojure scanner (issue #43)
murphy
2011-06-15
1
-3
/
+3
|
*
fix Ruby 1.9.3 warnings about unused local variables
murphy
2011-06-11
2
-2
/
+2
|
*
found a better name for this variable
murphy
2011-06-11
1
-5
/
+5
|
*
cleanups
murphy
2011-06-11
2
-9
/
+8
|
*
fix XML encoder (make token methods public)
murphy
2011-06-11
1
-8
/
+8
|
*
issue #43: replacing :reserved with :keyword for C and C++
murphy
2011-05-21
2
-6
/
+6
|
*
added more EVENT_ATTRIBUTES for JavaScript in HTML
murphy
2011-05-21
1
-11
/
+14
|
*
new keywords and improvements for SQL scanner (closes #221)
murphy
2011-05-21
1
-16
/
+23
|
*
new method Scanner#scan_rest (upported from 0.9.8), and Scanner::ScanError ↵
murphy
2011-05-21
6
-18
/
+19
|
|
|
|
is now a StandardError
*
changed the color of :char from blue-ish to red-ish (alpha style)
murphy
2011-05-21
1
-6
/
+7
|
*
various fixes and cleanups in CodeRay's helpers
murphy
2011-05-21
10
-225
/
+161
|
*
#299 fix transparent tokens
murphy
2011-05-21
1
-10
/
+8
|
*
#127 Clojure scanner fixes
murphy
2011-05-08
1
-12
/
+25
|
*
Encoder refactoring to fix LOC and Statistic encoders
murphy
2011-04-20
5
-39
/
+37
|
*
Improved HTML/JavaScript integration: Check attribute name with list of ↵
murphy
2011-04-20
1
-3
/
+16
|
|
|
|
handlers.
*
Improved JavaScript integration in HTML scanner.
murphy
2011-04-19
1
-26
/
+41
|
*
renamed pre_* token kinds to predefined_*
murphy
2011-04-17
15
-34
/
+28
|
*
fix warning in Ruby 1.8.6
murphy
2011-04-13
1
-1
/
+1
|
*
Speedup C scanner (reordering of token rules).
murphy
2011-04-04
1
-7
/
+7
|
*
highlight multiline JS blocks as :inline group
murphy
2011-03-07
1
-1
/
+5
|
*
#46: Integrating JavaScript into HTML scanner.
murphy
2011-03-07
1
-18
/
+61
|
*
cleanup Tokens; more useful error messages
murphy
2011-03-07
1
-55
/
+55
|
*
fixed highlighted numbers in alpha style
murphy
2011-03-07
1
-1
/
+2
|
[prev]
[next]