Skip to content

Commit

Permalink
Enabling multi-line and JSDoc for SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Seney committed Apr 28, 2014
1 parent cee1cf6 commit 4606f60
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 @@ -897,7 +897,7 @@ Docker.prototype.languages = {
},
scss: {
extensions: [ 'scss' ],
comment: '//' //, multiLine: [ /\/\*/, /\*\// ]
comment: '//', multiLine: [ /\/\*\*?/, /\*\// ], jsDoc: true
},
make: {
names: [ 'makefile' ],
Expand Down

0 comments on commit 4606f60

Please sign in to comment.