-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Codemirror: 4.13.0 Jquery: 1.11.3 Jquery.cookie: 1.4.1
- Loading branch information
1 parent
80c8368
commit a6656f9
Showing
10 changed files
with
845 additions
and
5,752 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (C) 2013 by Marijn Haverbeke <[email protected]> | ||
Copyright (C) 2015 by Marijn Haverbeke <[email protected]> and others | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -17,7 +17,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
|
||
Please note that some subdirectories of the CodeMirror distribution | ||
include their own LICENSE files, and are released under different | ||
licences. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,28 @@ | ||
# CodeMirror [![Build Status](https://secure.travis-ci.org/marijnh/CodeMirror.png?branch=master)](http://travis-ci.org/marijnh/CodeMirror) | ||
# CodeMirror | ||
[![Build Status](https://travis-ci.org/codemirror/CodeMirror.svg)](https://travis-ci.org/codemirror/CodeMirror) | ||
[![NPM version](https://img.shields.io/npm/v/codemirror.svg)](https://www.npmjs.org/package/codemirror) | ||
[![Join the chat at https://gitter.im/codemirror/CodeMirror](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/codemirror/CodeMirror) | ||
[Funding status: ![maintainer happiness](https://marijnhaverbeke.nl/fund/status_s.png?again)](https://marijnhaverbeke.nl/fund/) | ||
|
||
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. | ||
CodeMirror is a versatile text editor implemented in JavaScript for | ||
the browser. It is specialized for editing code, and comes with over | ||
100 language modes and various addons that implement more advanced | ||
editing functionality. | ||
|
||
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) | ||
A rich programming API and a CSS theming system are available for | ||
customizing CodeMirror to fit your application, and extending it with | ||
new functionality. | ||
|
||
You can find more information (and the | ||
[manual](http://codemirror.net/doc/manual.html)) on the [project | ||
page](http://codemirror.net). For questions and discussion, use the | ||
[discussion forum](http://discuss.codemirror.net/). | ||
|
||
See | ||
[CONTRIBUTING.md](https://github.com/codemirror/CodeMirror/blob/master/CONTRIBUTING.md) | ||
for contributing guidelines. | ||
|
||
The CodeMirror community aims to be welcoming to everybody. We use the | ||
[Contributor Covenant | ||
(1.1)](http://contributor-covenant.org/version/1/1/0/) as our code of | ||
conduct. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.