Welcome to mirror list, hosted at ThFree Co, Russian Federation.

asciidoc.js « snippets « src-noconflict « ace « vendor « js - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0f6d84a0743e1a0a0128fc2f8a3cec2aa9cb984 (plain)
1
2
3
4
5
6
7
ace.define('ace/snippets/asciidoc', ['require', 'exports', 'module' ], function(require, exports, module) {


exports.snippetText = "";
exports.scope = "asciidoc";

});