Skip to content

Commit 3ef8767

Browse files
authored
Merge pull request #330 from smalruby/267-search-in-ruby-tab
feat: search in ruby tab #267
2 parents 4b2b6b2 + a38b98b commit 3ef8767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/ruby-tab.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import RubyToBlocksConverterHOC from '../lib/ruby-to-blocks-converter-hoc.jsx';
1616

1717
import 'ace-builds/src-noconflict/mode-ruby';
1818
import 'ace-builds/src-noconflict/theme-clouds';
19+
import 'ace-builds/src-noconflict/ext-searchbox';
1920
import 'ace-builds/src-noconflict/ext-language_tools';
2021

2122
class RubyTab extends React.Component {

0 commit comments

Comments
 (0)