Merge pull request #508 from AdamFerguson/master

Add Jade and Scaml
This commit is contained in:
Ted Nyman
2013-11-04 20:30:20 -08:00
3 changed files with 16 additions and 0 deletions

3
samples/Jade/hello.jade Normal file
View File

@@ -0,0 +1,3 @@
p.
Hello,
World!

View File

@@ -0,0 +1,3 @@
%p
Hello,
World!