mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2026-01-04 05:29:14 +00:00
Added new lexer for handling the new block syntax
This commit is contained in:
@@ -29,7 +29,7 @@ var CodeEditor = React.createClass({
|
||||
value : this.props.value,
|
||||
lineNumbers: true,
|
||||
lineWrapping : this.props.wrap,
|
||||
mode : this.props.language
|
||||
mode : this.props.language,
|
||||
});
|
||||
|
||||
this.codeMirror.on('change', this.handleChange);
|
||||
|
||||
Reference in New Issue
Block a user