react-ace
Version:
A react component for Ace Editor
40 lines (32 loc) • 502 B
Markdown
# Modes, Themes, and Keyboard Handlers
All modes, themes, and keyboard handlers should be required through [`ace-builds`](https://github.com/ajaxorg/ace-builds) directly.
### Example Modes
- javascript
- java
- python
- xml
- ruby
- sass
- markdown
- mysql
- json
- html
- handlebars
- golang
- csharp
- coffee
- css
### Example Themes
- monokai
- github
- tomorrow
- kuroir
- twilight
- xcode
- textmate
- solarized dark
- solarized light
- terminal
### Example Keyboard Handlers
- vim
- emacs