From 6b345ac041a00393ae65a2d92907cc17b765fb34 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 30 Dec 2012 13:33:23 +0000 Subject: [PATCH] Load Emmet if available, start keyMap Load the emmet.min.js file if available Remove extraKeys and start a new keyMap, as extraKeys was overriding Emmet Falls through to default keyMap --- editor.php | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/editor.php b/editor.php index 5a22aef..94ad622 100644 --- a/editor.php +++ b/editor.php @@ -14,6 +14,10 @@ modes: clike, coffeescript, css, javascript, less, php, ruby & xml utils: foldcode, searchcursor, match-highlighter //--> +'; +};?>