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

Commit

Permalink
Merge pull request #11280 from sprintr/cm-simplemode-addon
Browse files Browse the repository at this point in the history
Add CodeMirror simple-mode addon
  • Loading branch information
marcelgerber committed Jun 19, 2015
2 parents 41c8fd2 + e6b43e4 commit 7793f40
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 7793f40

Please sign in to comment.