summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/java_script.rb
Commit message (Expand)AuthorAgeFilesLines
* this seems obsoleteKornelius Kalnbach2015-03-211-1/+0
* reset string_delimiter when detecting open stringKornelius Kalnbach2013-06-101-0/+1
* Merge branch 'master' into javascript-keep-stateKornelius Kalnbach2013-06-101-2/+2
|\
| * minor tweaks to generator and scanner edge casesKornelius Kalnbach2013-03-111-2/+2
* | support multi-line comments in JavaScript diffKornelius Kalnbach2013-03-101-4/+27
|/
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-191-1/+1
* Major rewrite of encoders to support IO output; fixed some minor scanner bugs...Kornelius Kalnbach2011-08-191-1/+1
* renamed pre_* token kinds to predefined_*murphy2011-04-171-1/+1
* Ported fix for #264.murphy2011-03-011-2/+2
* Improved JavScript regexp recognition.murphy2010-06-161-1/+1
* Got rid of the old streaming system (see #142).murphy2010-05-011-2/+0
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-82/+68
* Improvements and cleanups in JavaScript Scanner:murphy2010-03-261-17/+22
* Using XML scanner for XML literals.murphy2009-12-301-4/+5
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to t...murphy2009-12-281-1/+2
* JavaScript scanner updated:murphy2009-10-191-5/+32
* JavaScript scanner: Fixed string keys (closes #85).murphy2009-02-201-11/+10
* Ruby scanner: Fixed rarely used \c, \C-, and \M- escape sequences.murphy2009-02-051-0/+1
* Fixed JavaScript scanner, highlighting of strings as keys.murphy2009-01-221-4/+12
* New: *Java Scanner* (closes #42).murphy2008-09-211-16/+12
* New: *JavaScript Scanner* (closes #23).murphy2008-09-161-0/+191