Skip to content

Commit

Permalink
Merge pull request #7 from simurai/jade
Browse files Browse the repository at this point in the history
Add Jade support
  • Loading branch information
simurai committed Jan 4, 2016
2 parents e9860dd + d9bf9eb commit e696c99
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions styles/languages/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@import 'gfm';
@import 'haskell';
@import 'html';
@import 'jade';
@import 'java';
@import 'javascript';
@import 'json';
Expand Down
20 changes: 20 additions & 0 deletions styles/languages/jade.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Jade

.jade {
&.text {
.uno-3();
}

.meta.control.flow,
.entity.attribute-name.tag {
.uno-2();
}

.constant.name.attribute.tag {
.uno-4();
}

.attribute-name.id {
.duo-1();
}
}

0 comments on commit e696c99

Please sign in to comment.