GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A Rails plugin that provides helpers to highlight code with pretty TextMate-style highlighting.
Homepage: http://www.asemanfar.com/Rails-Plugin:-TextMate-Syntax-Highlighting
Clone URL: git://github.com/arya/tm_syntax_highlighting.git
css_from_templates now works properly
Arya Asemanfar (author)
Wed Apr 30 14:15:17 -0700 2008
commit  3992921d2b560062b1717c92fc7571e5e117f6e1
tree    adefa1259518a91fc9abd17fe629af83ba630817
parent  3c343197ebaf534b4f4134d967f61df7cc3a5aaf
...
58
59
60
 
61
62
63
...
58
59
60
61
62
63
64
0
@@ -58,5 +58,6 @@ class SyntaxCssGenerator < Rails::Generator::Base
0
     Dir.glob(File.join(source_path("stylesheets/syntax"), "*.css")) do |css|
0
       css << File.basename(css)
0
     end
0
+ css
0
   end
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.