move lang.js into pilot
This commit is contained in:
parent
0977c392f1
commit
5f3beef482
12 changed files with 13 additions and 13 deletions
|
|
@ -38,7 +38,7 @@
|
|||
define(function(require, exports, module) {
|
||||
|
||||
var oop = require("ace/lib/oop").oop;
|
||||
var lang = require("ace/lib/lang").lang;
|
||||
var lang = require("pilot/lang").lang;
|
||||
var DocCommentHighlightRules = require("ace/mode/doc_comment_highlight_rules").DocCommentHighlightRules;
|
||||
var TextHighlightRules = require("ace/mode/text_highlight_rules").TextHighlightRules;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue