Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Add CodeMirror simple-mode addon
Browse files Browse the repository at this point in the history
  • Loading branch information
sprintr committed Jun 15, 2015
1 parent 72d0f5f commit e6b43e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/brackets.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ define(function (require, exports, module) {
require("thirdparty/CodeMirror/addon/fold/xml-fold");
require("thirdparty/CodeMirror/addon/mode/multiplex");
require("thirdparty/CodeMirror/addon/mode/overlay");
require("thirdparty/CodeMirror/addon/mode/simple");
require("thirdparty/CodeMirror/addon/scroll/scrollpastend");
require("thirdparty/CodeMirror/addon/search/match-highlighter");
require("thirdparty/CodeMirror/addon/search/searchcursor");
Expand Down

0 comments on commit e6b43e4

Please sign in to comment.