diff --git a/htdocs/application/views/defaults/header.php b/htdocs/application/views/defaults/header.php
index 015d5bd..fce4c6e 100755
--- a/htdocs/application/views/defaults/header.php
+++ b/htdocs/application/views/defaults/header.php
@@ -21,6 +21,7 @@ $this->carabiner->config(array(
$this->carabiner->css('reset.css');
$this->carabiner->css('fonts.css');
$this->carabiner->css('main.css');
+$this->carabiner->css('codemirror.css');
$this->carabiner->display('css');
diff --git a/htdocs/application/views/defaults/paste_form.php b/htdocs/application/views/defaults/paste_form.php
index ee452d8..1d40219 100644
--- a/htdocs/application/views/defaults/paste_form.php
+++ b/htdocs/application/views/defaults/paste_form.php
@@ -47,7 +47,7 @@
Paste your paste here
-
+
diff --git a/htdocs/application/views/view/view_footer.php b/htdocs/application/views/view/view_footer.php
index 2cbc6ad..f147cc0 100755
--- a/htdocs/application/views/view/view_footer.php
+++ b/htdocs/application/views/view/view_footer.php
@@ -7,9 +7,27 @@ $this->carabiner->js('jquery.js');
$this->carabiner->js('jquery.timers.js');
$this->carabiner->js('jquery.clipboard.js');
$this->carabiner->js('stikked.js');
+$this->carabiner->js('codemirror/codemirror.js');
+$this->carabiner->js('codemirror/mode/xml/xml.js');
+$this->carabiner->js('codemirror/mode/javascript/javascript.js');
+$this->carabiner->js('codemirror/mode/css/css.js');
+$this->carabiner->js('codemirror/mode/clike/clike.js');
+$this->carabiner->js('codemirror/mode/php/php.js');
$this->carabiner->display('js');
?>
+