rubychan / coderay

Fast and easy syntax highlighting for selected languages, written in Ruby.
http://coderay.rubychan.de/
Other
846 stars 115 forks source link

Support all the Top 10 TIOBE languages #73

Open nathany opened 12 years ago

nathany commented 12 years ago

Kornelius Kalnbach wrote:

The TIOBE index lists languages by popularity. While mostly useless to find out which language is the best, it's perfect to determine which languages you should support in a syntax highlighter library.

As of February, the Top 10 are:

  1. Java [done]
  2. C [done]
  3. C++ [done]
  4. (Visual) Basic
  5. PHP [done]
  6. C#
  7. Python [done]
  8. Perl
  9. Delphi
  10. JavaScript [done]

From Redmine: http://odd-eyed-code.org/issues/82

nathany commented 12 years ago

An October 2012 update:

  1. C - done
  2. Java - done
  3. Objective-C - #46
  4. C++ - done
  5. C# - #54
  6. PHP - done
  7. (Visual) Basic - #53
  8. Python - done
  9. Perl - #33
  10. Ruby - done, though #72