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

View File

@@ -696,6 +696,11 @@ JSON:
- .sublime-settings
- .sublime-workspace
Jade:
group: HTML
type: markup
primary_extension: .jade
Java:
type: programming
ace_mode: java
@@ -1284,6 +1289,11 @@ Scala:
color: "#7dd3b0"
primary_extension: .scala
Scaml:
group: HTML
type: markup
primary_extension: .scaml
Scheme:
type: programming
color: "#1e4aec"

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!