summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and updates for FileType.murphy2010-03-262-27/+35
| | | | | | * *REMOVED* @FileType#shebang@ is a protected method now. * *NEW*: Regonizes @.gemspec@, @.rjs@, @.rpdf@ extensions and @Capfile@ as Ruby.
* Plugin depends on -w instead of -d for warnings.murphy2010-03-261-1/+1
|
* Scanner suite: Use Pathname.murphy2010-03-261-2/+4
|
* Ignore sample/*.diff.murphy2010-03-260-0/+0
|
* Updated change log.murphy2010-03-261-0/+5
|
* Debug scanner supports line tokens; more cleanups.murphy2010-03-264-16/+130
|
* Long overdue updates for the coderay executable - yay!murphy2010-03-262-6/+26
| | | | | | | | * *NEW* automatic TTY detection, uses @Terminal@ encoder. * *NEW* optional 3rd parameter for the filename. * *FIXED*: Warn about generated files. * *FIXED*: Ensure linebreak after the output (was problematic for LoC counter).
* Updated Changes.textile.murphy2010-03-261-3/+18
|
* Update to the TextMate project I use.murphy2010-03-261-9/+15
|
* Cleanup.murphy2010-03-261-1/+1
|
* test:clean task removes debug.diff.html too.murphy2010-03-261-0/+3
|
* Cleanup.murphy2010-03-261-1/+0
|
* Improved functional tests.murphy2010-03-262-3/+14
|
* TODO: A CSharp scanner by percy li, see ↵murphy2010-03-261-0/+156
| | | | http://www.redmine.org/boards/3/topics/11616.
* Updating tests for Scheme scanner.murphy2010-03-262-3002/+3002
|
* Updating tests for Groovy and JavaScript scanners.murphy2010-03-265-4184/+4184
|
* Cleanup to Scheme scanner; removed :operator_fat token kind.murphy2010-03-261-59/+61
|
* Cleanup and simplify HTML scanner.murphy2010-03-261-16/+21
|
* Fixed documentation of C scanner.murphy2010-03-261-2/+0
|
* Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵murphy2010-03-2611-111/+141
| | | | YAML scanners.
* Improvements and cleanups in JavaScript Scanner:murphy2010-03-261-17/+22
| | | | | - Added NaN and Infinity to list of predefined constants. - E4X: Don't keep state of XML scanner between calls.
* Cleanup of Nitro-XHTML Scanner.murphy2010-03-261-9/+10
|
* Cleanup of JSON Scanner.murphy2010-03-261-2/+9
|
* Cleanup of JSON Scanner.murphy2010-03-261-6/+9
|
* Cleanup of scanner map:murphy2010-03-261-2/+1
| | | | | | - removed :h - it's just a file extension, not a language name - removed :ecma - that's the name of an association, not a language - added :patch as an alias for :diff
* Tests for the improved SQL scanner.murphy2010-03-218-95/+195
|
* Improvements to the SQL scanner - more keywords, more colors :)murphy2010-03-211-10/+24
|
* Updated Changes.textile.murphy2010-02-201-4/+48
|
* Closes #205.murphy2010-02-190-0/+0
|
* A new color style using HSLA colors (alpha channel, issue #199)murphy2010-02-171-0/+145
|
* Documentation cleanup.murphy2010-02-131-2/+2
|
* Documentation.murphy2010-02-131-7/+10
|
* Ruby scanner can't parse complex method definitions (issue #147)murphy2010-01-223-0/+180
|
* Added some coderay statistic scripts, and ansi-color experiments frommurphy2010-01-225-3/+385
| | | | | http://frexx.de/xterm-256-notes/.
* Experiments with token classes.murphy2010-01-203-208/+40
|
* A little fix in the color output of the test suite.murphy2010-01-201-1/+1
|
* Update FOLDERS documentation; fix image links in template.murphy2010-01-202-10/+6
|
* Documentation: Don't include protected and private methods, and handle ↵murphy2010-01-201-2/+2
| | | | coderay.rb last (fixes some issues).
* Cleanup *.debug.diff files in test:clean task.murphy2010-01-201-0/+3
|
* Fix rake tasks for Ruby 1.9 (include . in load path)murphy2010-01-201-0/+1
|
* Fixed link to image.murphy2010-01-061-1/+1
|
* Renamed Terminal encoder, cleanups.murphy2010-01-063-7/+26
|
* Plaintext scanner speedup: Just returns string without scanning.murphy2010-01-061-2/+1
|
* Encoders::HTML#token's second parameter is no longer optional.murphy2010-01-061-1/+1
|
* Cleanups.murphy2010-01-062-3/+3
|
* Added some benchmark experiments for highlighting without Tokens.murphy2010-01-063-25/+364
|
* Last changes.murphy2010-01-012-41/+9
|
* Improved scanner tests: known issues, JRuby bug workaround (see #136).murphy2010-01-015-75/+68
|
* New method Scanner#lang.murphy2010-01-012-0/+6
|
* Cleanup for gem.rake: more intelligent, removed obsolete code.murphy2010-01-012-118/+11
|