highlight
Verified for current stable LTS
Highlight Command: Print A CSS Stylesheet For A Theme
Use for Print a CSS stylesheet for a theme with Highlight. Exact CLI syntax to Print a CSS stylesheet for a theme using Highlight.
When to use this: Use for Print a CSS stylesheet for a theme with Highlight.
Command Syntax
highlight -o <html> --print-style -s <theme_name> -S <language> --stdout highlight -o <html> --print-style -s <theme_name> -S <language> --stdout Command Breakdown
-o- Command Option
- Tool-specific option used by this command invocation.
--print-style- Command Option
- Tool-specific option used by this command invocation.
-s- Command Option
- Tool-specific option used by this command invocation.
-S- Command Option
- Tool-specific option used by this command invocation.
--stdout- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to Print a CSS stylesheet for a theme using Highlight.
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
Highlight Command: Inline The CSS Styling In Every Tag
highlight -o <html> --inline-css -S <language> <source_file> Highlight Command: List All Supported Languages, Themes, Or Plugins highlight --list-scripts <langs|themes|plugins> Highlight Command: Produce A Complete HTML Document From A Source Code File highlight -o <html> -s <theme_name> -S <language> <path/to/source_code> Highlight Command: Produce An HTML Fragment Suitable For Inclusion In A Larger Document highlight -o <html> -f -S <language> <source_file> Highlight Command: Inline Css Styling In Every Tag highlight -o <html> --inline-css -S <language> <source_file>