assets/ace-editor.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'versions' => [
        '1.1.3' => [
            'js' => '//cdnjs.cloudflare.com/ajax/libs/ace/1.1.01/ace.js',
        ],
    ],
    'config' => [
        'no_cache' => true,
    ],
    'info' => [
        'url' => 'http://ace.c9.io/',
        'name' => 'Ace - The High Performance Code Editor for the Web',
        'desc' => 'Ace is an embeddable code editor written in JavaScript. It matches the features and performance of native editors such as Sublime, Vim and TextMate. 
            It can be easily embedded in any web page and JavaScript application. Ace is maintained as the primary editor for Cloud9 IDE and is the successor of the Mozilla Skywriter (Bespin) project.',
        'git' => 'https://github.com/ajaxorg/ace.git',
    ],
];