Merge pull request #2013 from rmsmith/master
mode/applescript : set the `$id` to the correct value
This commit is contained in:
commit
8c86ff6fab
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ oop.inherits(Mode, TextMode);
|
|||
(function() {
|
||||
this.lineCommentStart = "--";
|
||||
this.blockComment = {start: "(*", end: "*)"};
|
||||
this.$id = "ace/mode/applescript";
|
||||
// Extra logic goes here.
|
||||
}).call(Mode.prototype);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue