Skip to content

Commit

Permalink
[groovy mode] Add comment metadata
Browse files Browse the repository at this point in the history
Closes #5906
  • Loading branch information
marijnh committed Jun 13, 2019
1 parent 7978b40 commit a423203
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mode/groovy/groovy.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,10 @@ CodeMirror.defineMode("groovy", function(config) {

electricChars: "{}",
closeBrackets: {triples: "'\""},
fold: "brace"
fold: "brace",
blockCommentStart: "/*",
blockCommentEnd: "*/",
lineComment: "//"
};
});

Expand Down

0 comments on commit a423203

Please sign in to comment.