Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlopez committed Mar 10, 2012
1 parent 13da1e1 commit 8efec91
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Expand Up @@ -4,11 +4,22 @@ Syntax Highlighter, written in C#

Work in Progress

## Run

You can execute the executable from Acquarella.Console project:

acquarellac <files>...

The file contents are rendered with fixed colors in console. I plan to add HTML output.

## To Do

- Basic Lexer
- C# Lexer
- VB.NET Lexer
- Derived Lexer based on Config file
- Color Palette
- Comment detection
- Case unsensitive option (for Visual Basic alike languages)
- Escape characters in strings
- Doc strings
- Console Color Palette
- Html Output Configuration



0 comments on commit 8efec91

Please sign in to comment.