/yii2-codemirror

CodeMirror syntax highlighter integration in Yii2

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

WIP!!!

Do not install - not ready yet

CodeMirror syntax highlighter integration in Yii2

This is a Yii2 integration of CodeMirror - 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.

http://codemirror.net

http://codemirror.net/doc/manual.html

https://github.com/codemirror/CodeMirror

Installation


composer.phar require --prefer-dist zyx/yii2-codemirror "*"

TBD

Usage


TBD