mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-27 22:00:17 +03:00
Forgot to document syntax highlighting
This commit is contained in:
parent
35665966fa
commit
11fbe87b64
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,13 @@ and case tokens in the file.
|
||||||
$ ./dscanner --sloc helloworld.d
|
$ ./dscanner --sloc helloworld.d
|
||||||
2
|
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
|
### CTAGS output
|
||||||
The "--ctags" or "-c" option generates CTAGS information and writes it to the
|
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
|
standard output. When used with the "--recursive", "-R", or "-r" option, CTAGS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue