~pvigo/+junk/owncloud-14.04

« back to all changes in this revision

Viewing changes to share/owncloud/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/csharp.js

  • Committer: Pablo Vigo
  • Date: 2014-12-15 13:36:46 UTC
  • Revision ID: pvigo@xtec.cat-20141215133646-7d6it90e1dbsijc2
2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ace.define('ace/snippets/csharp', ['require', 'exports', 'module' ], function(require, exports, module) {
 
2
 
 
3
 
 
4
exports.snippetText = "";
 
5
exports.scope = "csharp";
 
6
 
 
7
});