mirror of
https://git.lain.church/emil/libhl.git
synced 2025-06-14 06:31:26 +00:00
fixed alignment
This commit is contained in:
@ -1,14 +1,15 @@
|
|||||||
# hl
|
# hl
|
||||||
General purpose highlighter.
|
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
|
# Usage
|
||||||
hl will read from stdin and write to stdout.
|
hl will read from stdin and write to stdout.
|
||||||
hl < source/main.c
|
hl < source/main.c
|
||||||
|
|
||||||
### Cli Options
|
### Cli Options
|
||||||
-h : display help message
|
-h : display help message
|
||||||
-F <dir> : syntax file look up directory
|
-F <dir> : syntax file look up directory
|
||||||
-s <syntax> : specify syntax to load
|
-s <syntax> : specify syntax to load
|
||||||
|
|
||||||
### Environment variables
|
### Environment variables
|
||||||
|
Reference in New Issue
Block a user