https://github.com/amireh/codemirror
CodeMirror fork.
https://github.com/amireh/codemirror
Last synced: 3 months ago
JSON representation
CodeMirror fork.
- Host: GitHub
- URL: https://github.com/amireh/codemirror
- Owner: amireh
- License: other
- Created: 2014-05-26T15:10:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-26T15:11:56.000Z (about 11 years ago)
- Last Synced: 2024-12-28T14:51:56.614Z (5 months ago)
- Language: JavaScript
- Size: 2.69 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeMirror [](http://travis-ci.org/marijnh/CodeMirror)
CodeMirror is a JavaScript component that provides a code editor in
the browser. When a mode is available for the language you are coding
in, it will color your code, and optionally help with indentation.The project page is http://codemirror.net
The manual is at http://codemirror.net/doc/manual.html
The contributing guidelines are in [CONTRIBUTING.md](https://github.com/marijnh/CodeMirror/blob/master/CONTRIBUTING.md)