From 11fbe87b645ffa58b840fd4fb2b8e8c305c455f7 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sat, 27 Jul 2013 14:55:12 +0000 Subject: [PATCH] Forgot to document syntax highlighting --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e84998b..b4e9988 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,13 @@ and case tokens in the file. $ ./dscanner --sloc helloworld.d 2 +### Syntax Highlighting +The "--highlight" option prints the given source file as syntax-highlighted HTML +to the standard output. The CSS styling is currently hard-coded to use the +[Solarized](http://ethanschoonover.com/solarized) color scheme. + + No example. It would take up too much space + ### CTAGS output The "--ctags" or "-c" option generates CTAGS information and writes it to the standard output. When used with the "--recursive", "-R", or "-r" option, CTAGS