CodeMirror 2.37.0
dotnet add package CodeMirror --version 2.37.0
NuGet\Install-Package CodeMirror -Version 2.37.0
<PackageReference Include="CodeMirror" Version="2.37.0" />
paket add CodeMirror --version 2.37.0
#r "nuget: CodeMirror, 2.37.0"
// 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.
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.
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.