Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
add search add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Apr 3, 2014
1 parent a5eefdb commit 3f0157c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codemirror-import.html
Expand Up @@ -14,4 +14,5 @@
<script src="codemirror-4.0/addon/fold/brace-fold.js"></script>
<script src="codemirror-4.0/addon/fold/xml-fold.js"></script>
<script src="codemirror-4.0/addon/fold/markdown-fold.js"></script>
<script src="codemirror-4.0/addon/fold/comment-fold.js"></script>
<script src="codemirror-4.0/addon/fold/comment-fold.js"></script>
<script src="codemirror-4.0/addon/search/searchcursor.js"></script>

0 comments on commit 3f0157c

Please sign in to comment.