1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2024-12-22 09:02:01 +00:00
overleaf/services/web/public/js/ace/snippets/gherkin.js

8 lines
182 B
JavaScript
Raw Normal View History

2014-07-16 10:07:18 +00:00
ace.define("ace/snippets/gherkin",["require","exports","module"], function(require, exports, module) {
2014-07-09 16:59:04 +00:00
"use strict";
exports.snippetText =undefined;
exports.scope = "gherkin";
});