Skip to content

Commit

Permalink
Merge remote-tracking branch 'jasonseney/scss-multiline'
Browse files Browse the repository at this point in the history
  • Loading branch information
jbt committed Oct 12, 2014
2 parents 2a20ffa + 4819f56 commit b2f3a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ Docker.prototype.languages = {
},
scss: {
extensions: [ 'scss' ],
comment: '//' //, multiLine: [ /\/\*/, /\*\// ]
comment: '//', multiLine: [ /\/\*\*?/, /\*\// ], jsDoc: true
},
make: {
names: [ 'makefile' ],
Expand Down

0 comments on commit b2f3a8b

Please sign in to comment.