mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
3 lines
136 B
TypeScript
3 lines
136 B
TypeScript
|
declare var ace: any;
|
||
|
ace.config.set("basePath", "pkg://ACECore/core".asFileHandle().getlink());
|
||
|
ace.require("ace/ext/language_tools");
|