SDKiller / yii2-codemirror

CodeMirror syntax highlighter integration in Yii2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CodeMirror syntax highlighter integration in Yii2

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%