Merge pull request #2013 from rmsmith/master

mode/applescript : set the `$id` to the correct value
This commit is contained in:
Harutyun Amirjanyan 2014-06-21 22:51:55 +04:00
commit 8c86ff6fab

View file

@ -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);