cmd-help-sublime-syntax
cmd-help-sublime-syntax copied to clipboard
Sublime Syntax definition for sharkdp/bat to colorize command --help messages.
### description The fish shell's help command output is not highlighted at all. When piping into bat: Regular: ### $ bat --version bat 0.24.0 ### $ fish --help ```Text fish...
In the work for #23, it became apparent that not handling usage lines blocks the handling other patterns. In particular, most patterns that start with a `subcommand` (lowercase name), such...
In many programs' `--help`, the last line is `Report bugs to .` e.g.: ```sh ❯ man --help|rg 'Report bugs' Report bugs to [email protected]. ❯ help2man --help|rg 'Report bugs' Report bugs...
### description `file \--help 2>&1 | bat -pl help` gives: ``` -M LIST use LIST as a colon-separated list of magic number files in place of default -d use default...
### description  ### $ bat --version bat 0.25.0 ### $ COMMAND --help ```Text direnv v2.35.0 Usage: direnv COMMAND [...ARGS] Available commands ------------------ allow [PATH_TO_RC]: permit [PATH_TO_RC]: grant [PATH_TO_RC]: Grants...