mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-16 18:38:20 +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");
|