Browse Source

fixed alignment

master
anon 9 months ago
parent
commit
c284f3f283
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      README.md

+ 4
- 3
README.md View File

@@ -1,14 +1,15 @@
# hl
General purpose highlighter.

// it would be lovely to have a different name the "library" part and the cli
// it would be lovely to have a different name the "library" part and the cli

# Usage
hl will read from stdin and write to stdout.
hl < source/main.c

### Cli Options
-h : display help message
-F <dir> : syntax file look up directory
-h : display help message
-F <dir> : syntax file look up directory
-s <syntax> : specify syntax to load

### Environment variables


Loading…
Cancel
Save