Skip to content

Commit

Permalink
support snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
云数 committed Oct 28, 2016
1 parent 2be4a8f commit 7c87f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ace.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import ace from 'brace-ace';
import React, { Component, PropTypes } from 'react';
import isEqual from 'lodash.isequal';
import 'brace/ext/language_tools.js'

const { Range } = ace.acequire('ace/range');
ace.acequire('ace/ext/language_tools');
Expand Down

0 comments on commit 7c87f83

Please sign in to comment.