public
Description: probably a waste of time
Clone URL: git://github.com/claude/git_local.git
Search Repo:
Added syntax hilighting for ruby
claude (author)
Mon Apr 28 22:19:17 -0700 2008
commit  f03994394ae1c81682dc01d21ed5320b939c6de0
tree    2b58dc2c8967a7584e3b642caa72f1db91e28ae8
parent  89322bab5af3db468f5e9b00ee1396bb44574bd5
...
56
57
58
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
61
62
...
56
57
58
 
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
0
@@ -56,7 +56,39 @@
0
   
0
 div#file
0
   :margin 0px 10px
0
- :background-color = !color7
0
+ :background-color #201d1d
0
+ // Ruby syntax hilighting
0
+ span.comment
0
+ :color #1a5adf
0
+ :font
0
+ :style italic
0
+ span.punct
0
+ :color #2ce429
0
+ span.string
0
+ :color #009b13
0
+ span.ident
0
+ :color #bcae9e
0
+ span.constant
0
+ :color #5d5cf3
0
+ span.number
0
+ :color #43aa46
0
+ span.keyword
0
+ :color #49a8eb
0
+ :font
0
+ :style bold
0
+ span.symbol
0
+ :color #c4656c
0
+ :font
0
+ :style bold
0
+ span.attribute
0
+ :color #348494
0
+ :font
0
+ :style bold
0
+ span.method
0
+ :color #fd935c
0
+ span.class
0
+ :color #bcae9e
0
+ :text-decoration underline
0
   
0
 li.sha
0
   :margin-top 10px

Comments

    No one has commented yet.