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
/
scanners
Commit message (
Collapse
)
Author
Age
Files
Lines
*
require's not needed
lisp-scanner
Nathan Youngman
2012-10-27
1
-4
/
+1
|
*
Nathan Weizenbaum's Lisp scanner
Nathan Youngman
2012-10-27
1
-0
/
+102
|
*
Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag.
Kornelius Kalnbach
2012-10-07
1
-1
/
+4
|
*
HTML scanner accepts boolean attributes; fixes issue #26
Kornelius Kalnbach
2012-06-19
1
-4
/
+1
|
*
specify encoding of PHP scanner file (fails when RUBYOPT=-Ku is set)
Kornelius Kalnbach
2012-03-31
1
-0
/
+1
|
*
replace weird regexp that confuses ruby-head
Kornelius Kalnbach
2012-03-02
1
-1
/
+1
|
*
fix whitespace changes
Joel Holdbrooks
2012-01-20
1
-38
/
+38
|
*
begin/end with group :function instead of :string
Joel Holdbrooks
2012-01-13
1
-40
/
+40
|
*
let autoloading to the work (fix test warnings)
Kornelius Kalnbach
2011-12-27
1
-3
/
+1
|
*
Bug #6: merge ConradIrwin's approach with korny's
Kornelius Kalnbach
2011-12-27
2
-3
/
+3
|
*
Remove assumption about a stable $:
Conrad Irwin
2011-12-23
2
-3
/
+3
|
|
|
|
|
|
|
|
|
|
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
*
css scanner fixes; preparing 1.0.4
Kornelius Kalnbach
2011-11-02
1
-7
/
+14
|
*
minor fix in diff scanner, .tmproj filetype: 1.0.3
v1.0.3
Kornelius Kalnbach
2011-10-26
1
-1
/
+1
|
*
allow - and / in YAML keys
Kornelius Kalnbach
2011-10-13
1
-1
/
+1
|
*
cleanups, documentation for TokensProxy
Kornelius Kalnbach
2011-09-21
1
-0
/
+2
|
*
less spaces mean more code on 13" screens
Kornelius Kalnbach
2011-09-09
1
-3
/
+3
|
*
#353 New scanner: HAML!
Kornelius Kalnbach
2011-09-09
1
-0
/
+168
|
*
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
1
-6
/
+5
|
*
fix HTML scanner to correctly highlight embedded Ruby inside of attribute values
Kornelius Kalnbach
2011-08-21
1
-6
/
+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
9
-11
/
+11
|
*
rename CaseIgnoringWordList to WordList::CaseIgnoring
Kornelius Kalnbach
2011-08-19
4
-7
/
+6
|
*
Major rewrite of encoders to support IO output; fixed some minor scanner ↵
Kornelius Kalnbach
2011-08-19
9
-179
/
+57
|
|
|
|
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
1
-136
/
+0
|
*
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
1
-1
/
+1
|
*
#309 Improved highlighting of Ruby inside diffs
murphy
2011-06-22
3
-19
/
+30
|
*
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
1
-1
/
+1
|
*
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
5
-15
/
+8
|
|
|
|
is now a StandardError
*
various fixes and cleanups in CodeRay's helpers
murphy
2011-05-21
3
-28
/
+29
|
*
#127 Clojure scanner fixes
murphy
2011-05-08
1
-12
/
+25
|
*
Encoder refactoring to fix LOC and Statistic encoders
murphy
2011-04-20
2
-2
/
+2
|
*
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
10
-18
/
+18
|
*
Speedup C scanner (reordering of token rules).
murphy
2011-04-04
1
-7
/
+7
|
[next]