Skip to content

Commit

Permalink
stylus type should compile to sass output
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkel committed Feb 20, 2013
1 parent 4001f01 commit d2f1faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker.js
Expand Up @@ -894,7 +894,7 @@ Docker.prototype.languages = {
sass: {
extensions: [ 'styl' ], // .styl isn't supported by pygments, sass is close enough.
comment: '//', multiLine: [ /\/\*/, /\*\// ],
pygment: "styl"// .styl isn't supported by pygments, sass is close enough.
pygment: "sass"// .styl isn't supported by pygments, sass is close enough.
}
};

Expand Down

0 comments on commit d2f1faa

Please sign in to comment.