From 37b936eadf1a1a6dbc2797f81f4a285d9c8aaed5 Mon Sep 17 00:00:00 2001 From: Samir Aguiar Date: Fri, 21 Oct 2016 01:38:39 -0200 Subject: [PATCH] Add more details to syntax highlighting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46909f2..ce0a86c 100644 --- a/README.md +++ b/README.md @@ -141,12 +141,13 @@ diff2htmlUi.draw('html-target-elem', {inputFormat: 'json', showFiles: true, matc #### Syntax Highlight > Add the dependencies. -Choose one color scheme, and add the main highlight code. +Choose one color scheme, and add the main highlight code. Note that the stylesheet for the color scheme must come **before** the main diff2html stylesheet. If your favourite language is not included in the default package also add its javascript highlight file. ```html +