diff --git a/lib/snippet-display.php b/lib/snippet-display.php
new file mode 100644
index 0000000..7aaa46d
--- /dev/null
+++ b/lib/snippet-display.php
@@ -0,0 +1,28 @@
+
+
+
+
+
+ICEcoder v snippet display
+
+
+
+
+
+
+
+
+| abbreviation plus CTRL+space | produces |
+| f name | function name() {...} |
+| if | if () {...} |
+| for | for (var i=0; i<; i++) {...} |
+
+
+Tip: If you have Emmet installed, also try tab key after your abbreviation
+
+
+
+
+
\ No newline at end of file
diff --git a/snippets/snippet-display.php b/snippets/snippet-display.php
deleted file mode 100644
index dbc45e9..0000000
--- a/snippets/snippet-display.php
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-ICEcoder v snippet display
-
-
-
-
-
-
-
- "Function",
- "replace" => "f ",
- "with" => "function ::var::() {\\n\\t::|::\\n}"
-),
-array(
- "name" => "If",
- "replace" => "if",
- "with" => "if (::|::) {\\n\\t\\n}"
-)
-);
-?>
-
-'.$snippets[$i]['name'].'';
-}
-;?>
-
-
-
-
-
-
\ No newline at end of file