Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

nix.js 174B

1234567
  1. ace.define("ace/snippets/nix",["require","exports","module"], function(require, exports, module) {
  2. "use strict";
  3. exports.snippetText =undefined;
  4. exports.scope = "nix";
  5. });