github.com/brownsys/tracing-framework-go@v0.0.0-20161210174012-0542a62412fe/go/darwin_amd64/misc/tour/static/lib/codemirror/README.md (about)

     1  # CodeMirror
     2  [![Build Status](https://secure.travis-ci.org/marijnh/CodeMirror.png?branch=master)](http://travis-ci.org/marijnh/CodeMirror)
     3  [![NPM version](https://badge.fury.io/js/codemirror.png)](http://badge.fury.io/js/codemirror)
     4  
     5  CodeMirror is a JavaScript component that provides a code editor in
     6  the browser. When a mode is available for the language you are coding
     7  in, it will color your code, and optionally help with indentation.
     8  
     9  The project page is http://codemirror.net  
    10  The manual is at http://codemirror.net/doc/manual.html  
    11  The contributing guidelines are in [CONTRIBUTING.md](https://github.com/marijnh/CodeMirror/blob/master/CONTRIBUTING.md)