Forgot to document syntax highlighting

This commit is contained in:
Hackerpilot 2013-07-27 14:55:12 +00:00
parent 35665966fa
commit 11fbe87b64
1 changed files with 7 additions and 0 deletions

View File

@ -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