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

public
Description: The web site for the Nu programming language
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/programmingnu.git
Minor updates to TextMate bundle page.

- modified subheading to fit on one line
- fixed problem related to NuMarkdown's difficulty
  handling multiple boldface sections on a single line.

Also, the Nukefile was updated to publish to the
new host location of the programming.nu website.
timburks (author)
Tue Aug 26 08:56:24 -0700 2008
commit  3924f09aa59665a040e15734bc3790c83c192cbd
tree    096d1bc219c09e701af49478c678b469440a891b
parent  af1547421d88190e414dfb4f65fd94c332b3aafd
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@
0
       (SH "nunjad -s site"))
0
 
0
 (task "publish" is   ;; requires a password
0
- (SH "rsync -ave ssh site/public/ programming.nu:/Sites/programming.nu/public/"))
0
+ (SH "rsync -ave ssh site/public/ programming.nu:/projects/sites/programming.nu/public/"))
0
 
0
 (task "clean" is
0
       (SH "rm -rf site"))
...
1
2
 
3
4
5
6
7
8
 
 
9
10
11
...
25
26
27
28
29
 
...
1
 
2
3
4
5
6
7
 
8
9
10
11
12
...
26
27
28
 
29
30
0
@@ -1,11 +1,12 @@
0
 
0
-## Make your Nu code more readable with syntax highlighting
0
+## See your Nu code more easily with syntax highlighting
0
 
0
 Syntax highlighting is available for your Nu source code, making your development experience a little easier to manage. Easily scan your code for method declarations, Nuke tasks, and more!
0
 
0
 ## Run your code without leaving TextMate
0
 
0
-The Command-R command will cause TextMate to evaluate the Nu code in the current window using **nush**, the Nu shell and display the results in a new window. This is a great way to incrementally build and test components and **nush** scripts.
0
+The Command-R command will cause TextMate to evaluate the Nu code in the current window using **nush**,
0
+the Nu shell and display the results in a new window. This is a great way to incrementally build and test components and **nush** scripts.
0
 
0
 Additionally, you can use the Shift-Command-R command to run the Nu test case in the current window via **nutest**.
0
 
0
@@ -25,4 +26,4 @@ Snippets are included to make inserting commonly used code much easier. Snippets
0
 
0
 ## A community effort
0
 
0
-Additions to the bundle are always welcome. Check out the [Github guides](http://github.com/guides/home) for instructions on getting your own copy of the TextMate bundle code and submitting your changes back to the official repository.
0
\ No newline at end of file
0
+Additions to the bundle are always welcome. Check out the [Github guides](http://github.com/guides/home) for instructions on getting your own copy of the TextMate bundle code and submitting your changes back to the official repository.

Comments

    No one has commented yet.