Add comment mark in Eiffel mode.
This commit is contained in:
parent
fcd1dbb98d
commit
7e55724c52
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ var Mode = function() {
|
|||
oop.inherits(Mode, TextMode);
|
||||
|
||||
(function() {
|
||||
this.lineCommentStart = "--";
|
||||
this.$id = "ace/mode/eiffel";
|
||||
}).call(Mode.prototype);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue