You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
529 B

12 months ago
  1. # brace example
  2. Please investigate the following to understand how to use brace:
  3. - the page itself containing `<div>` place holders for the editors: **index.html**
  4. - styles to position the editors: **index.css**
  5. - the browserify build script: **build.js**
  6. - the editor initialization scripts: **coffee-editor.js**, **javascript-editor.js**, **json-editor.js**,
  7. **lua-editor.js** and **css-editor.js** (currently not used)
  8. - **coffee-editor.js** and **javascript-editor.js** also demonstrate Ace's Vim keybinding feature