CodeMirror 2.37.0

dotnet add package CodeMirror --version 2.37.0
NuGet\Install-Package CodeMirror -Version 2.37.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CodeMirror" Version="2.37.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeMirror --version 2.37.0
#r "nuget: CodeMirror, 2.37.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CodeMirror as a Cake Addin
#addin nuget:?package=CodeMirror&version=2.37.0

// Install CodeMirror as a Cake Tool
#tool nuget:?package=CodeMirror&version=2.37.0

CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. If a mode has been written for the language you are editing, the code will be coloured, and the editor will optionally help you with indentation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.37.0 151,203 1/11/2013
2.35.0 7,430 10/25/2012
2.32.0 6,157 8/13/2012
2.24.0 6,565 4/27/2012
2.23.1 33,122 4/5/2012

New mode: SQL (will replace plsql and mysql modes).
Further work on the new VIM mode.
Fix Cmd/Ctrl keys on recent Operas on OS X.
Full list of patches.