Add comment mark in Eiffel mode.

This commit is contained in:
Conaclos 2014-07-20 19:10:50 +02:00
commit 7e55724c52

View file

@ -42,6 +42,7 @@ var Mode = function() {
oop.inherits(Mode, TextMode);
(function() {
this.lineCommentStart = "--";
this.$id = "ace/mode/eiffel";
}).call(Mode.prototype);