js-slang
Version:
Javascript-based implementations of Source, written in Typescript
11 lines (10 loc) • 350 B
TypeScript
/**
* Source Theme for Ace Editor
* (Modified from cobalt theme in default brace package)
*
* Changes includes:
* 1)
* Use background highlighting for bracket matching to make it more prominent.
* Reference: https://github.com/source-academy/cadet-frontend/pull/767
*/
declare function theme(acequire: any, exports: any, _module: any): void;