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