Skip to content

Commit a38b98b

Browse files
committed
feat: search in ruby tab
1 parent 4b2b6b2 commit a38b98b

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)