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
/
html.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into css-in-html
Kornelius Kalnbach
2013-06-23
1
-3
/
+11
|
\
|
*
tweak HTML CDATA token kinds
Kornelius Kalnbach
2013-06-23
1
-9
/
+7
|
*
Support CDATA blocks in HTML/XML
Gavin Kistner
2013-06-06
1
-1
/
+11
*
|
scan_css in HTML scanner (arguments), change token kind from :inline to :string
Kornelius Kalnbach
2013-06-23
1
-9
/
+14
*
|
scan_css in HTML scanner (tags)
Kornelius Kalnbach
2013-06-23
1
-6
/
+15
|
/
*
fix #83 (XML DTD)
Kornelius Kalnbach
2013-02-17
1
-1
/
+1
*
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
*
HTML scanner ignores <% tags and accepts :state option
Kornelius Kalnbach
2011-09-09
1
-2
/
+2
*
fix HTML scanner to correctly highlight embedded Ruby inside of attribute values
Kornelius Kalnbach
2011-08-21
1
-6
/
+6
*
rename CaseIgnoringWordList to WordList::CaseIgnoring
Kornelius Kalnbach
2011-08-19
1
-3
/
+2
*
added more EVENT_ATTRIBUTES for JavaScript in HTML
murphy
2011-05-21
1
-11
/
+14
*
Encoder refactoring to fix LOC and Statistic encoders
murphy
2011-04-20
1
-1
/
+1
*
Improved HTML/JavaScript integration: Check attribute name with list of handl...
murphy
2011-04-20
1
-3
/
+16
*
Improved JavaScript integration in HTML scanner.
murphy
2011-04-19
1
-26
/
+41
*
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
*
Got rid of the old streaming system (see #142).
murphy
2010-05-01
1
-1
/
+0
*
Direct Streaming! See #142 and Changes.textile.
murphy
2010-05-01
1
-87
/
+77
*
Cleanup and simplify HTML scanner.
murphy
2010-03-26
1
-16
/
+21
*
Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOC
murphy
2009-10-19
1
-2
/
+9
*
Completed YAML Scanner (closes #34).
murphy
2009-01-01
1
-1
/
+1
*
New: *YAML* (#53). Preparing for version 0.8.1.
murphy
2008-10-20
1
-2
/
+0
*
Tests:
murphy
2006-10-15
1
-0
/
+3
*
Changed error handling of all scanners: :error tokens are OK now, even in deb...
murphy
2006-07-11
1
-167
/
+174
*
Big re-indenting - no more tabs!
murphy
2006-07-10
1
-161
/
+161
*
Fix:
murphy
2006-06-28
1
-1
/
+1
*
New Version: 0.7.0!
murphy
2006-04-19
1
-2
/
+2
*
Re-indented everything. Sorry to break the blame chain.
murphy
2006-04-16
1
-2
/
+4
*
All scanners revisited not to produce errors unless in DEBUG mode. [thx@Daniel]
murphy
2006-04-16
1
-1
/
+1
*
Large update: Scanners for HTML, RHTML and Nitro-XHTML added.
murphy
2006-04-10
1
-20
/
+37
*
Added HTML scanner!
murphy
2006-04-04
1
-0
/
+148