chroma
Verified for current stable LTS
Chroma Command: List Available Lexers Styles Formatters
Use for list available lexers styles formatters with Chroma. Exact CLI syntax to list available lexers styles formatters using Chroma.
When to use this: Use for list available lexers styles formatters with Chroma.
Command Syntax
chroma --list chroma --list Command Breakdown
--list- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list available lexers styles formatters using Chroma.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Chroma Command: Highlight Source Code Stdout Python
chroma -l <python> <path/to/source_file.py> Chroma Command: Highlight Source Code Html Go chroma -l <go> -f <html> <path/to/source_file.go> > <path/to/target_file.html> Chroma Command: Highlight Source Code Svg Cpp Monokai <command> | chroma -l <c++> -f <svg> -s <monokai> > <path/to/target_file.svg> Chroma Command: Highlight Source Code File Python chroma -l <python> <path/to/source_file.py> Chroma Command: Highlight Source Code File Go Html Output chroma -l <go> -f <html> <path/to/source_file.go> > <path/to/target_file.html>