Skip to content

Commit

Permalink
[Dockerfile mode] Added lineComment
Browse files Browse the repository at this point in the history
  • Loading branch information
TDaglis authored and marijnh committed Jul 25, 2015
1 parent 0a54ddb commit ea3277b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mode/dockerfile/dockerfile.js
Expand Up @@ -69,7 +69,10 @@
token: null,
next: "start"
}
]
],
meta: {
lineComment: "#"
}
});

CodeMirror.defineMIME("text/x-dockerfile", "dockerfile");
Expand Down

0 comments on commit ea3277b

Please sign in to comment.