CoderStyle is syntax highlighting project for web developper , very easy to include and integrate in your awesome web application .
Very easy to include in your application , just download or clone from github
git clone https://github.com/marwenhlaoui/CoderStyle.git
You will need to include the style coderStyle.min.css
and the script coderStyle.min.js
files you downloaded or by cdn in your layout or pages.
<!DOCTYPE html>
<html>
<head>
...
<!-- coderstyle css style -->
<link rel="stylesheet" type="text/css" href="http://cdn.dev2vision.com/coderStyle/css/v0.3/coderStyle.min.css">
...
</head>
<body>
...
<!-- JQueryCDN-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
...
<!-- coderstyle js -->
<script type="text/javascript" src="http://cdn.dev2vision.com/coderStyle/js/v0.3/coderStyle.min.js"></script>
...
</body>
</html>
See the Demo for information on the project contents, new languages supported , templates and examples, and more.
CoderStyle is free project distributed under the terms of the MIT license.
Made with ♥ by Marwen Hlaoui