public
Description: probably a waste of time
Clone URL: git://github.com/claude/git_local.git
Search Repo:
Some minor tweaks for syntaxi
claude (author)
Sun Apr 27 05:26:03 -0700 2008
commit  580da23702953c9567bb49ec0e04b94237b0479d
tree    00404c945a5a5d814ce729a1ba0204f0bf36a3ed
parent  04435a863fbbc01de9c254ba728270ec1271f2a3
...
 
 
 
...
1
2
3
0
@@ -1 +1,4 @@
0
+h2. Configuration
0
+
0
+* Do it in the app - just start the server and hit the index
...
1
2
3
...
 
 
 
0
@@ -1,4 +1 @@
0
-h2. Configuration
0
-
0
-* It's automatic - start the server and go to /admin
...
4
5
6
 
7
8
9
...
4
5
6
7
8
9
10
0
@@ -4,6 +4,7 @@
0
 %w(rubygems syntaxi grit sinatra yaml haml).each {|d| require d}
0
 
0
 Syntaxi::wrap_at_column = 120
0
+Syntaxi::line_number_method = 'floating'
0
 layout 'layout.haml'
0
 get "/" do
0
   load_config
...
10
11
12
13
 
 
14
...
10
11
12
 
13
14
15
0
@@ -10,6 +10,7 @@
0
   - end
0
   - end
0
 - if @formatted_text && @tree.contents.empty?
0
-%div#file= @formatted_text
0
+%div#file
0
+ = @formatted_text
0
 - end

Comments

    No one has commented yet.