From bdd03c264658f1d9d6655fc0864c677019620d35 Mon Sep 17 00:00:00 2001 From: Eric Leschinski Date: Sun, 3 May 2015 02:23:18 -0400 Subject: [PATCH] Adding images of examples --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d41a7cb..df56aa3 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,16 @@ Objective: make syntax highlighting for code look like this: +Example HTML: + +![Imgur](http://i.imgur.com/8oAnHpX.png) + +Example PHP: + +![Imgur](http://i.imgur.com/Noc4WZj.png) + +Put this in the ~/.nanorc + + include ~/.nano/syntax/css.nanorc + include ~/.nano/syntax/html.nanorc + include ~/.nano/syntax/php.nanorc