Skip to content

Commit

Permalink
Merge remote-tracking branch 'alinex/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jbt committed Feb 15, 2014
2 parents 58ffb6d + 9e649fc commit 2e8f031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docker.js
Expand Up @@ -815,6 +815,7 @@ Docker.prototype.languages = {
}, },
coffeescript: { coffeescript: {
extensions: [ 'coffee' ], extensions: [ 'coffee' ],
names: [ 'cakefile' ],
executables: [ 'coffee' ], executables: [ 'coffee' ],
comment: '#', multiLine: [ /^\s*#{3}\s*$/m, /^\s*#{3}\s*$/m ], jsDoc: true comment: '#', multiLine: [ /^\s*#{3}\s*$/m, /^\s*#{3}\s*$/m ], jsDoc: true
}, },
Expand Down Expand Up @@ -905,7 +906,7 @@ Docker.prototype.languages = {
}, },
jade: { jade: {
extensions: ['jade'], extensions: ['jade'],
comment: '//', multiLine: [ /\/\*\*?/, /\*\// ], jsDoc: true comment: '//-?', multiLine: [ /\/\*\*?/, /\*\// ], jsDoc: true
}, },
groovy: { groovy: {
extensions: ['groovy'], extensions: ['groovy'],
Expand Down

0 comments on commit 2e8f031

Please sign in to comment.